aboutsummaryrefslogtreecommitdiff
path: root/x11/fpc-x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11/fpc-x11')
-rw-r--r--x11/fpc-x11/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/x11/fpc-x11/Makefile b/x11/fpc-x11/Makefile
index 4eafccb4120a..9f14e1b3438e 100644
--- a/x11/fpc-x11/Makefile
+++ b/x11/fpc-x11/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: fpc-x11
-# Date created: 2006-06-05
-# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
-#
+# Created by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= x11 lang
@@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= X11 "Install X libraries" on
+OPTIONS_DEFINE= X11
+X11_DESC= Install X libraries
+OPTIONS_DEFAULT= X11
.include "${MASTERDIR}/Makefile"