DESTDIR support. Remove explicit x11 include.
This commit is contained in:
parent
63db132ea7
commit
7d97eaa30c
1 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.53 2006/07/05 05:37:44 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.54 2006/11/06 10:58:56 joerg Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libgnomeprint-2.12.1
|
||||
|
@ -11,6 +11,8 @@ MAINTAINER= jmmv@NetBSD.org
|
|||
HOMEPAGE= http://www.levien.com/gnome/print-arch.html
|
||||
COMMENT= Library for the GNOME2 Printing Architecture
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= bison gmake intltool msgfmt pkg-config
|
||||
USE_PKGLOCALEDIR= YES
|
||||
USE_LIBTOOL= YES
|
||||
|
@ -55,5 +57,4 @@ PRINT_PLIST_AWK+= /cups/ { print "$${USE_CUPS}" $$0; next; }
|
|||
.include "../../graphics/freetype2/buildlink3.mk"
|
||||
.include "../../graphics/libart2/buildlink3.mk"
|
||||
.include "../../textproc/libxml2/buildlink3.mk"
|
||||
.include "../../mk/x11.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue