diff options
author | jlam <jlam@pkgsrc.org> | 2003-09-28 09:13:55 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2003-09-28 09:13:55 +0000 |
commit | a9f08159c4c0af15e82ca6fb41a8850722591616 (patch) | |
tree | b1a9b04306449cc38e3d4129edeafafaad1022c1 /graphics | |
parent | 1ca8ad6f23bc38fc047317770a7b81280c50d911 (diff) | |
download | pkgsrc-a9f08159c4c0af15e82ca6fb41a8850722591616.tar.gz |
Back out last change related to moving ncurses/buildlink2.mk to
curses.buildlink2.mk. This was wrong because we _really_ do want to
express that we want _n_curses when we include the buildlink2.mk file.
We should have a better way to say that the NetBSD curses doesn't
quite work well enough. In fact, it's far better to depend on ncurses
by default, and exceptionally note when it's okay to use NetBSD curses
for specific packages. We will look into this again in the future.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gphoto2/Makefile | 4 | ||||
-rw-r--r-- | graphics/libggi/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/gphoto2/Makefile b/graphics/gphoto2/Makefile index df738d72cf6..feae1cb3e0b 100644 --- a/graphics/gphoto2/Makefile +++ b/graphics/gphoto2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/09/27 17:07:36 grant Exp $ +# $NetBSD: Makefile,v 1.20 2003/09/28 09:13:57 jlam Exp $ # DISTNAME= gphoto2-2.1.1 @@ -33,7 +33,7 @@ CONFIGURE_ARGS+= --without-readline .include "../../devel/cdk/buildlink2.mk" .include "../../devel/libgphoto2/buildlink2.mk" -.include "../../mk/curses.buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../devel/pkgconfig/buildlink2.mk" .include "../../devel/popt/buildlink2.mk" .include "../../graphics/aalib/buildlink2.mk" diff --git a/graphics/libggi/Makefile b/graphics/libggi/Makefile index e12a808348b..f988485052f 100644 --- a/graphics/libggi/Makefile +++ b/graphics/libggi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/09/27 17:07:36 grant Exp $ +# $NetBSD: Makefile,v 1.24 2003/09/28 09:13:57 jlam Exp $ # DISTNAME= libggi-2.0.3.src @@ -44,7 +44,7 @@ PLIST_SRC= ${PKGDIR}/PLIST.dga PLIST_SRC+= ${PKGDIR}/PLIST .endif -.include "../../mk/curses.buildlink2.mk" +.include "../../devel/ncurses/buildlink2.mk" .include "../../graphics/libgii/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |