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 /multimedia/transcode/Makefile | |
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 'multimedia/transcode/Makefile')
-rw-r--r-- | multimedia/transcode/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/transcode/Makefile b/multimedia/transcode/Makefile index 38a44fa337a7..9fc934cc3d24 100644 --- a/multimedia/transcode/Makefile +++ b/multimedia/transcode/Makefile @@ -17,7 +17,6 @@ LIB_DEPENDS= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg USE_LDCONFIG= yes USES= gmake libtool pkgconfig tar:bzip2 USE_GCC= any -WANT_SDL= yes WANT_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-oss |