diff options
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" |