summaryrefslogtreecommitdiff
path: root/geography/libdrg
diff options
context:
space:
mode:
authorjoerg <joerg>2007-08-16 22:31:11 +0000
committerjoerg <joerg>2007-08-16 22:31:11 +0000
commitf1e1a1503728ac26fb0121b4d61b1bdd0a960c0c (patch)
treefa8ee36a9ed3efc2138c593021c551179b4d8751 /geography/libdrg
parentca8fde9916390cdbdfb6f646a97b88023c9ca77c (diff)
downloadpkgsrc-f1e1a1503728ac26fb0121b4d61b1bdd0a960c0c.tar.gz
Add modular Xorg and DESTDIR support.
Diffstat (limited to 'geography/libdrg')
-rw-r--r--geography/libdrg/Makefile6
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"