aboutsummaryrefslogtreecommitdiff
path: root/audio/lame/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'audio/lame/files/patch-aa')
-rw-r--r--audio/lame/files/patch-aa2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/lame/files/patch-aa b/audio/lame/files/patch-aa
index 4bd8ef8510c0..779df763a85d 100644
--- a/audio/lame/files/patch-aa
+++ b/audio/lame/files/patch-aa
@@ -13,7 +13,7 @@
##########################################################################
ifeq ($(UNAME),FreeBSD)
# remove if you do not have GTK or do not want the GTK frame analyzer
-+ifndef NO_X11
++ifndef WITHOUT_X11
GTK = -DHAVEGTK `gtk12-config --cflags`
GTKLIBS = `gtk12-config --libs`
+endif