diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-02-03 01:42:23 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-02-03 01:42:23 +0000 |
commit | b12df170856de7fba60c7d5be98b9bdf1d3ac30d (patch) | |
tree | 972c9b9fd3fd167f8fd2aece3e005f726541e2d9 /audio/lame/Makefile | |
parent | f1a41390ea473ce8bbcad09223320246259eb83b (diff) | |
download | pkgsrc-b12df170856de7fba60c7d5be98b9bdf1d3ac30d.tar.gz |
Some files were not installed in FreeBSD, use PLIST_SUBST for now.
Diffstat (limited to 'audio/lame/Makefile')
-rw-r--r-- | audio/lame/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile index 1f9b1b894e0..a2181108abc 100644 --- a/audio/lame/Makefile +++ b/audio/lame/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2004/01/22 07:15:00 grant Exp $ +# $NetBSD: Makefile,v 1.34 2004/02/03 01:42:23 xtraeme Exp $ # DISTNAME= lame-${VERS} @@ -27,6 +27,12 @@ LDFLAGS.SunOS+= -lm .include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "FreeBSD" +PLIST_SUBST+= AVAILABLE="@comment " +.else +PLIST_SUBST+= AVAILABLE= +.endif + .if defined(LAME_USE_GTK) CONFIGURE_ENV+= GTK_CONFIG=${BUILDLINK_PREFIX.gtk}/bin/gtk-config . include "../../x11/gtk/buildlink2.mk" |