summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/fpc-units/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile
index c3b1ed45f58e..3cfcc8e77f28 100644
--- a/lang/fpc-units/Makefile
+++ b/lang/fpc-units/Makefile
@@ -3,7 +3,7 @@
PORTNAME= units
PORTVERSION= 3.0.0
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= lang
PKGNAMEPREFIX= fpc-
@@ -26,8 +26,11 @@ ALL_OPTIONS= A52 ASPELL BFD BZIP2 CAIRO CHM DBLIB DBUS DTS FASTCGI \
RTL_EXTRA RTL_OBJPAS RTL_UNICODE SDL SVGALIB SYMBOLIC \
SYSLOG TCL UNZIP USERS UTMP UUID X11 XFORMS ZLIB
+# per PR 212919, the inclusion of the VLC unit will cause pkg(8) to require
+# the deinstallation of KDE, so it's not a default option until furter notice
+
OPTIONS_DEFINE:= ${ALL_OPTIONS}
-OPTIONS_DEFAULT:= ${ALL_OPTIONS}
+OPTIONS_DEFAULT:= ${ALL_OPTIONS:NLIBVLC}
A52_DESC= Interface to a52 library
ASPELL_DESC= Interface to aspell spelling checker