diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-05-21 00:52:33 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-05-21 00:56:33 +0000 |
commit | 6c779413be757698c48839634f2b3ab6ae1d3fdc (patch) | |
tree | 894df7febc3cce0ed783aca6c48d1c923a504319 | |
parent | 4c578e0454d308716aef37a03abfcb3cf6b5f407 (diff) | |
download | ports-6c779413be757698c48839634f2b3ab6ae1d3fdc.tar.gz ports-6c779413be757698c48839634f2b3ab6ae1d3fdc.zip |
multimedia/gstreamer1-plugins: drop unused variables after e3b732b4791c
Reported by: portscan
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile | 7 | ||||
-rw-r--r-- | multimedia/gstreamer1-plugins/Makefile.common | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/multimedia/gstreamer1-plugins/Makefile b/multimedia/gstreamer1-plugins/Makefile index 4f1bca6640e0..91b0e8191d0c 100644 --- a/multimedia/gstreamer1-plugins/Makefile +++ b/multimedia/gstreamer1-plugins/Makefile @@ -143,13 +143,6 @@ DISTFILES+= ${BASE_DISTFILE}:base ${BAD_DISTFILE}:bad \ BROKEN= Unknown dist setting .endif -# cdrom/dvd default device -.ifdef(WITH_DVD_DEVICE) -DEFAULT_DVD_DEVICE=${WITH_DVD_DEVICE} -.else -DEFAULT_DVD_DEVICE=/dev/cd0 -.endif - pre-install: ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gstreamer-${VERSION} diff --git a/multimedia/gstreamer1-plugins/Makefile.common b/multimedia/gstreamer1-plugins/Makefile.common index 0c4d4ef01a0a..093d36636ebd 100644 --- a/multimedia/gstreamer1-plugins/Makefile.common +++ b/multimedia/gstreamer1-plugins/Makefile.common @@ -363,8 +363,5 @@ GST_PLUGIN_SUFFIX?= -${GST_PLUGIN} USE_GSTREAMER+= ${DIST:base=} -GST_INC_DIR= include/gstreamer-${VERSION} -GST_LIB_DIR= lib/gstreamer-${VERSION} - .endif # NO_GSTREAMER_COMMON |