aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-01-28 08:16:57 +0800
committerantoine <antoine@FreeBSD.org>2014-01-28 08:16:57 +0800
commite57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1 (patch)
treeabfd68b8753cc6bcc11cad568d57d71208cdb0a1 /x11
parent2fccfa036a74a77e0a84b9a95a8306f1181f4d25 (diff)
downloadfreebsd-ports-graphics-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.gz
freebsd-ports-graphics-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.tar.zst
freebsd-ports-graphics-e57a9ef33e2a88cd1854b4ff9d710daf1ce8a6c1.zip
Stage support
Diffstat (limited to 'x11')
-rw-r--r--x11/fpc-x11/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/fpc-x11/Makefile b/x11/fpc-x11/Makefile
index 97a6d3b29ee..872b2cbebd8 100644
--- a/x11/fpc-x11/Makefile
+++ b/x11/fpc-x11/Makefile
@@ -12,11 +12,12 @@ USE_FPC= yes
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
-EXTRACTUNITDIR+= ${WRKUNITDIR}
+EXTRACTUNITDIR= ${WRKUNITDIR}
OPTIONS_DEFINE= X11
X11_DESC= Install X libraries
OPTIONS_DEFAULT= X11
-NO_STAGE= yes
+X11_USE= XORG=xcursor,xfont,xxf86dga,xxf86vm,xi,xinerama,xkbfile,xrandr,xrender,xres,xv
+
.include "${MASTERDIR}/Makefile"