diff options
author | joerg <joerg@pkgsrc.org> | 2007-08-16 22:31:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-08-16 22:31:11 +0000 |
commit | 0bde84aabf479a0779eb23e61b49795ec7fe397c (patch) | |
tree | fa8ee36a9ed3efc2138c593021c551179b4d8751 /geography | |
parent | b7a9931a7925bbf0b987e73ec1d331590bb0dc58 (diff) | |
download | pkgsrc-0bde84aabf479a0779eb23e61b49795ec7fe397c.tar.gz |
Add modular Xorg and DESTDIR support.
Diffstat (limited to 'geography')
-rw-r--r-- | geography/libdrg/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/geography/libdrg/Makefile b/geography/libdrg/Makefile index d59c379c227..efc4e8acebb 100644 --- a/geography/libdrg/Makefile +++ b/geography/libdrg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/08/11 02:53:02 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2007/08/16 22:31:11 joerg Exp $ # DISTNAME= libdrg-0.0.81 @@ -9,6 +9,8 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://www.lexort.com/software/ COMMENT= Library for reading and merging DRG files. +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config @@ -16,6 +18,6 @@ USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= libdrg.pc.in .include "../../graphics/tiff/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |