diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-02 17:13:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-02 17:13:56 +0000 |
commit | 9277758e3eb812d04dba56e1b849d400ed375b70 (patch) | |
tree | 23a22882b2d49c5bfc6d63a808445a3fa93574a3 /misc | |
parent | 639014a775acc45e645ca1344534dfad66ff2b05 (diff) | |
download | pkgsrc-9277758e3eb812d04dba56e1b849d400ed375b70.tar.gz |
Modular Xorg support.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/astrolog/Makefile | 5 | ||||
-rw-r--r-- | misc/kp/Makefile | 4 |
2 files changed, 3 insertions, 6 deletions
diff --git a/misc/astrolog/Makefile b/misc/astrolog/Makefile index 76f34445826..982b6d4568b 100644 --- a/misc/astrolog/Makefile +++ b/misc/astrolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/03/04 21:30:10 jlam Exp $ +# $NetBSD: Makefile,v 1.31 2007/02/02 17:15:51 joerg Exp $ DISTNAME= ast54unx PKGNAME= astrolog-5.40 @@ -29,8 +29,6 @@ BUILD_TARGET= astrolog INSTALLATION_DIRS= bin -.include "../../mk/x11.buildlink3.mk" - do-install: @${INSTALL_DATA_DIR} ${PREFIX}/lib/astrolog cd ${DISTDIR}/${DIST_SUBDIR} && \ @@ -53,4 +51,5 @@ do-install: @${ECHO} "See the file ${PREFIX}/share/doc/astrolog/Helpfile.540 for" @${ECHO} "help and tune ${PREFIX}/lib/astrolog/astrolog.dat" +.include "../../x11/libX11/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/misc/kp/Makefile b/misc/kp/Makefile index 65a75cfe47f..59cc730e141 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2006/03/04 21:30:11 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2007/02/02 17:13:56 joerg Exp $ DISTNAME= kp-0.96 PKGREVISION= 1 @@ -10,8 +10,6 @@ COMMENT= The Keyboard Practicer, touch-type training program DEPENDS+= tk>=8.3.2:../../x11/tk -.include "../../mk/x11.buildlink3.mk" - pre-configure: for f in `${FIND} ${WRKDIR}/. -type f -print \ | ${XARGS} ${GREP} -l '/usr/local'`; do \ |