diff options
author | wiz <wiz> | 2000-11-02 03:25:32 +0000 |
---|---|---|
committer | wiz <wiz> | 2000-11-02 03:25:32 +0000 |
commit | 84776bc9a52c0beb588e0793b6e0a67e6fc7b6a2 (patch) | |
tree | d820a2e345b88d60135b9e3edc15e3a1494120c7 /audio | |
parent | f1fc650200ce65e5810a7d8e17676017f5082461 (diff) | |
download | pkgsrc-84776bc9a52c0beb588e0793b6e0a67e6fc7b6a2.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')
-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" |