diff options
-rw-r--r-- | mail/wmbiff/Makefile | 8 | ||||
-rw-r--r-- | math/snns/Makefile | 5 |
2 files changed, 7 insertions, 6 deletions
diff --git a/mail/wmbiff/Makefile b/mail/wmbiff/Makefile index 2d9a23a3169..bd03a6cce8f 100644 --- a/mail/wmbiff/Makefile +++ b/mail/wmbiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2002/03/13 17:37:22 fredb Exp $ +# $NetBSD: Makefile,v 1.6 2002/10/21 12:35:54 wiz Exp $ DISTNAME= wmbiff-0.3.1 PKGREVISION= 1 @@ -9,12 +9,12 @@ MAINTAINER= magick@zhadum.de HOMEPAGE= http://sourceforge.net/projects/wmbiff/ COMMENT= xbuffy like "mail-checker" for WindowMaker -DEPENDS+= windowmaker>=0.80.0nb1:../../wm/windowmaker - +USE_BUILDLINK2= YES USE_X11= YES -USE_XPM= YES USE_GMAKE= YES WRKSRC= ${WRKDIR}/${DISTNAME}/wmbiff +.include "../../graphics/xpm/buildlink2.mk" +.include "../../wm/windowmaker/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/snns/Makefile b/math/snns/Makefile index 0735f391107..0681f566599 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/02 21:42:37 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2002/10/21 12:33:35 wiz Exp $ DISTNAME= SNNSv4.2 PKGNAME= snns-4.2 @@ -9,7 +9,7 @@ MAINTAINER= wulf@netbsd.org HOMEPAGE= http://www-ra.informatik.uni-tuebingen.de/SNNS/ COMMENT= Software simulator for neural networks -USE_XPM= YES +USE_BUILDLINK2= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= --enable-global --prefix=${LOCALBASE} @@ -34,4 +34,5 @@ post-install: ${LOCALBASE}/share/examples/snns; \ done +.include "../../graphics/xpm/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |