summaryrefslogtreecommitdiff
path: root/graphics/openptc
diff options
context:
space:
mode:
authorhubertf <hubertf>2002-01-02 10:18:57 +0000
committerhubertf <hubertf>2002-01-02 10:18:57 +0000
commit9520ef33d1588fdb0b891404a16b47140d9f4054 (patch)
tree5a83226e50d0a0cfeb2eb64d854ae1d6c1e32063 /graphics/openptc
parent585aa62661a4fda6956a34edbdd5d59cdeb64e4b (diff)
downloadpkgsrc-9520ef33d1588fdb0b891404a16b47140d9f4054.tar.gz
buildlinkify - make it find the hermes pkg
Diffstat (limited to 'graphics/openptc')
-rw-r--r--graphics/openptc/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/openptc/Makefile b/graphics/openptc/Makefile
index 069843dda71..ad8a3a9b4de 100644
--- a/graphics/openptc/Makefile
+++ b/graphics/openptc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/02/23 13:14:01 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2002/01/02 10:18:57 hubertf Exp $
DISTNAME= OpenPTC-x11-1.0.0-2
PKGNAME= OpenPTC-X11-1.0.02
@@ -9,13 +9,12 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://www.gaffer.org/ptc/
COMMENT= Prometheus Truecolour for X11
-DEPENDS+= Hermes>=1.2.5:../../graphics/hermes
-
WRKSRC= ${WRKDIR}/OpenPTC-x11-1.0.0
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_X11BASE= yes
-CONFIGURE_ENV+= CXXFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ENV+= CXXFLAGS="-I${BUILDLINK_DIR}/include"
+.include "../hermes/buildlink.mk"
.include "../../mk/bsd.pkg.mk"