diff options
author | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
---|---|---|
committer | Jeremy Lea <reg@FreeBSD.org> | 2000-04-17 00:18:05 +0000 |
commit | 877b8a533b44bb6324ebbaf65cd80a60d1572003 (patch) | |
tree | e1a018208ceade04ca56a70c5184978cac51853e /audio/lame/files/patch-aa | |
parent | d12f14432cc492205cefb505a3c1320dd0f4e31a (diff) | |
download | ports-877b8a533b44bb6324ebbaf65cd80a60d1572003.tar.gz ports-877b8a533b44bb6324ebbaf65cd80a60d1572003.zip |
Standardize all user defined options to the booleans WITH_FOO and
WITHOUT_FOO. Begin the process of reserving these prefixes for user defined
options.
No comment by: ports
Notes
Notes:
svn path=/head/; revision=27679
Diffstat (limited to 'audio/lame/files/patch-aa')
-rw-r--r-- | audio/lame/files/patch-aa | 2 |
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 |