summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/openptc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/openptc/Makefile b/graphics/openptc/Makefile
index c5a67504e47..d62b57e4935 100644
--- a/graphics/openptc/Makefile
+++ b/graphics/openptc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2002/07/16 14:55:03 agc Exp $
+# $NetBSD: Makefile,v 1.9 2002/10/09 18:08:34 wiz Exp $
DISTNAME= OpenPTC-x11-1.0.0-2
PKGNAME= OpenPTC-X11-1.0.02
@@ -12,11 +12,11 @@ COMMENT= Prometheus Truecolour for X11
WRKSRC= ${WRKDIR}/OpenPTC-x11-1.0.0
GNU_CONFIGURE= yes
+USE_BUILDLINK2= yes
USE_GMAKE= yes
USE_X11BASE= yes
-CONFIGURE_ENV+= CXXFLAGS="-I${BUILDLINK_DIR}/include"
BUILDLINK_DEPENDS.Hermes= Hermes>=1.3.2nb1
-.include "../hermes/buildlink.mk"
+.include "../../graphics/hermes/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"