diff options
author | wiz <wiz> | 2000-11-02 03:25:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-02 03:25:32 +0000 |
commit | 76326b9d4ed12054a03e18b7cccf860f2d22f7cd (patch) | |
tree | d820a2e345b88d60135b9e3edc15e3a1494120c7 /audio/timidity | |
parent | 429fc9bdbc2405cc11e509883468d47eb9e50805 (diff) | |
download | pkgsrc-76326b9d4ed12054a03e18b7cccf860f2d22f7cd.tar.gz |
NEED_NCURSES check doesn't have to be after bsd.pkg.mk inclusion anymore
(only after bsd.prefs.mk inclusion)
Diffstat (limited to 'audio/timidity')
-rw-r--r-- | audio/timidity/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index b559fd3250e..fd52e4620f1 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2000/08/31 16:07:43 jwise Exp $ +# $NetBSD: Makefile,v 1.27 2000/11/02 03:25:32 wiz Exp $ # DISTNAME= timidity-0.2i @@ -31,7 +31,7 @@ post-install: cd ${PREFIX}/share/timidity/patch && \ unzip -o -q -L ${DISTDIR}/${TIINS} -.include "../../mk/bsd.pkg.mk" +.include "../../mk/bsd.prefs.mk" .if defined(NEED_NCURSES) && ${NEED_NCURSES} == "YES" EXTRAINCS+= -DHAVE_NCURSES_H=1 -I${LOCALBASE}/include @@ -42,3 +42,5 @@ EXTRALIBS+= -lcurses -ltermcap .endif MAKE_ENV+= EXTRALIBS="${EXTRALIBS}" + +.include "../../mk/bsd.pkg.mk" |