diff options
author | hubertf <hubertf@pkgsrc.org> | 2002-01-02 10:18:57 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2002-01-02 10:18:57 +0000 |
commit | caeb1c030f9894743d11e4ebfa3376df2d31113e (patch) | |
tree | 5a83226e50d0a0cfeb2eb64d854ae1d6c1e32063 /graphics | |
parent | b260432187b73d909994b716d20d4bb8f8c0d059 (diff) | |
download | pkgsrc-caeb1c030f9894743d11e4ebfa3376df2d31113e.tar.gz |
buildlinkify - make it find the hermes pkg
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/openptc/Makefile | 7 |
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" |