summaryrefslogtreecommitdiff
path: root/audio/lame
diff options
context:
space:
mode:
authorexplorer <explorer>1999-10-13 06:04:53 +0000
committerexplorer <explorer>1999-10-13 06:04:53 +0000
commitb460aa9c23f1e4dbba50c2c5156c18eb52d173b3 (patch)
treeae33abf1723df1a81b4ae9abf44cb0ab920b859d /audio/lame
parent71e21455e9a41cb30ade46a8e4629acf1636a439 (diff)
downloadpkgsrc-b460aa9c23f1e4dbba50c2c5156c18eb52d173b3.tar.gz
fix LAME_USE_GTK logic a bit
Diffstat (limited to 'audio/lame')
-rw-r--r--audio/lame/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/lame/Makefile b/audio/lame/Makefile
index dac79ab3607..5705a7764ce 100644
--- a/audio/lame/Makefile
+++ b/audio/lame/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 1999/10/13 05:58:22 explorer Exp $
+# $NetBSD: Makefile,v 1.7 1999/10/13 06:04:53 explorer Exp $
#
#
@@ -20,7 +20,7 @@ CONFLICTS= lame-*
.include "../../mk/bsd.prefs.mk"
-.if defined(LAME_USE_GTK) && ${LAME_USE_GTK} != NO
+.if !defined(LAME_USE_GTK) || ${LAME_USE_GTK} == YES
DEPENDS+= gtk+-1.2.4:../../x11/gtk
.endif