aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/openquicktime
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2011-11-02 04:46:07 +0800
committerdougb <dougb@FreeBSD.org>2011-11-02 04:46:07 +0800
commit1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031 (patch)
treeaf91d2702348c174c7196f86202ab50e796da11a /multimedia/openquicktime
parent7849acac910fa057e1d4e5183af310dbfda24a5a (diff)
downloadfreebsd-ports-gnome-1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031.tar.gz
freebsd-ports-gnome-1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031.tar.zst
freebsd-ports-gnome-1bc38e5917b8cea3b0e88cf78156ae0f2d1fa031.zip
Remove references to unsupported FreeBSD versions. Mostly of the form:
.if ${OSVERSION} < 700000
Diffstat (limited to 'multimedia/openquicktime')
-rw-r--r--multimedia/openquicktime/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/multimedia/openquicktime/Makefile b/multimedia/openquicktime/Makefile
index 90e7344c2a82..8b80f2b5f801 100644
--- a/multimedia/openquicktime/Makefile
+++ b/multimedia/openquicktime/Makefile
@@ -32,10 +32,6 @@ OPTIONS= DEBUG "Turn on debugging" off
CONFIGURE_ARGS+= --enable-debug=no
.endif
-.if ${OSVERSION} < 700000
-BROKEN= Does not install
-.endif
-
.if ${ARCH} == "amd64"
CFLAGS+= -fPIC
.endif