diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-09 22:30:02 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-11-09 22:30:02 +0800 |
commit | 1856135f876616142f11dec7e66c5c088c324598 (patch) | |
tree | ca64d90fe979fab8f7ed8d1e9bdd41583f1793d9 /graphics/gnash | |
parent | 205cc44135bcb305bd243c70b6b574ba71c18b19 (diff) | |
download | freebsd-ports-gnome-1856135f876616142f11dec7e66c5c088c324598.tar.gz freebsd-ports-gnome-1856135f876616142f11dec7e66c5c088c324598.tar.zst freebsd-ports-gnome-1856135f876616142f11dec7e66c5c088c324598.zip |
Remove support for WANT_SDL/HAVE_SDL knobs
WANT_SDL/HAVE_SDL macros allowed a port to check which SDL components
are installed. This goes against the policy of avoiding automatic
dependencies, and there are actually no cases in the portstree where
these knobs are used properly, so axe them out.
Approved by: portmgr (mat)
Differential Revision: D4093
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index 75fb44820dfc..09993afe7f1d 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -21,7 +21,6 @@ CONFLICTS= gnash-devel-[0-9]* USES= cpe gmake jpeg libtool pkgconfig tar:bzip2 GNU_CONFIGURE= yes -WANT_SDL= yes USE_GCC= any WANT_GSTREAMER= yes USE_GNOME= libxml2 |