aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2012-04-19 16:08:26 +0800
committeracm <acm@FreeBSD.org>2012-04-19 16:08:26 +0800
commit605b697b7485d0acd728613004d5b31db74c6b8e (patch)
tree04209d9d0e26dafc12b1eb436782d311e96e41dd /lang
parenta5df295cc53cc0186e279b39d05648115036e9c2 (diff)
downloadfreebsd-ports-gnome-605b697b7485d0acd728613004d5b31db74c6b8e.tar.gz
freebsd-ports-gnome-605b697b7485d0acd728613004d5b31db74c6b8e.tar.zst
freebsd-ports-gnome-605b697b7485d0acd728613004d5b31db74c6b8e.zip
- Use USE_XORG instead of USE_XLIB
Suggested by: bapt
Diffstat (limited to 'lang')
-rw-r--r--lang/fpc/Makefile.units2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc/Makefile.units b/lang/fpc/Makefile.units
index f78e624f7483..0edb973ce61b 100644
--- a/lang/fpc/Makefile.units
+++ b/lang/fpc/Makefile.units
@@ -332,7 +332,7 @@ OPT+=-Fu../fcl/*
.if ${PKGNAMESUFFIX} == "-x11"
. if defined(WITH_X11)
-USE_XLIB= yes
+USE_XORG= xcursor xfont xxf86dga xxf86vm xi xinerama xkbfile xrandr xrender xres xv
. endif
.endif