diff options
author | tv <tv> | 2005-11-08 00:59:37 +0000 |
---|---|---|
committer | tv <tv> | 2005-11-08 00:59:37 +0000 |
commit | 7994a9575753eecefe23dd3b5787c2e1aa2cbb49 (patch) | |
tree | 25d03e27b37728034e49d38dac99f63f198d2ea3 | |
parent | 045e8804080ffacddc7a6ed0fe6dff4bdb9d0bcd (diff) | |
download | pkgsrc-7994a9575753eecefe23dd3b5787c2e1aa2cbb49.tar.gz |
Include devel/libgetopt bl3.
-rw-r--r-- | audio/fluidsynth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index c5ebbd57a96..16ed8985779 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/10/12 20:22:57 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2005/11/08 00:59:37 tv Exp $ DISTNAME= fluidsynth-1.0.6 CATEGORIES= audio @@ -18,6 +18,7 @@ PTHREAD_AUTO_VARS= yes CFLAGS+= -DDEVOSSAUDIO="\"${DEVOSSAUDIO}\"" LDFLAGS+= ${LIBOSSAUDIO} +.include "../../devel/libgetopt/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../mk/ossaudio.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |