summaryrefslogtreecommitdiff
path: root/x11-toolkits/fox14/Makefile
diff options
context:
space:
mode:
authorNiclas Zeising <zeising@FreeBSD.org>2019-11-07 18:36:55 +0000
committerNiclas Zeising <zeising@FreeBSD.org>2019-11-07 18:36:55 +0000
commit4c46ca73d827ceeb91e695bf5da18e5be90e9ca4 (patch)
tree0396740faf427665ee28135c858aa42aba8d2024 /x11-toolkits/fox14/Makefile
parentnet-mgmt/check_ssl_cert: update to 1.105.0 (diff)
Add USES=xorg USES=gl, ports categories x
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
Notes
Notes: svn path=/head/; revision=517000
Diffstat (limited to 'x11-toolkits/fox14/Makefile')
-rw-r--r--x11-toolkits/fox14/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile
index d5dd7d1d76d2..7c187736b6a3 100644
--- a/x11-toolkits/fox14/Makefile
+++ b/x11-toolkits/fox14/Makefile
@@ -23,7 +23,7 @@ MAJORVER= ${PORTVERSION:R}
SHVER= ${PORTVERSION:S/${MAJORVER}.//}
PLIST_SUB+= MAJORVER=${MAJORVER} SHVER=${SHVER}
-USES= jpeg libtool
+USES= gl jpeg libtool
USE_GL= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-opengl=yes \
@@ -48,6 +48,7 @@ SHM_DESC= Shared Memory support
#
.if ${PORT_OPTIONS:MXFT}
CONFIGURE_ARGS+=--with-xft=yes
+USES+= xorg
USE_XORG+= xft
CPPFLAGS+= `freetype-config --cflags`
LDFLAGS+= `freetype-config --libs`