aboutsummaryrefslogtreecommitdiff
path: root/databases/fpc-postgres/Makefile
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2013-03-14 06:32:04 +0000
committerJason Helfman <jgh@FreeBSD.org>2013-03-14 06:32:04 +0000
commit4c2a1e1ced7d93dd8cde0aac7ffa8711610c346f (patch)
treedc4565fbcb8e38fe0e42b0b1af7edd9e43bc5af8 /databases/fpc-postgres/Makefile
parentc14ce1ef0a7f33aec7a8f14e9bdde6a2ca7440d7 (diff)
downloadports-4c2a1e1ced7d93dd8cde0aac7ffa8711610c346f.tar.gz
ports-4c2a1e1ced7d93dd8cde0aac7ffa8711610c346f.zip
Notes
Diffstat (limited to 'databases/fpc-postgres/Makefile')
-rw-r--r--databases/fpc-postgres/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/databases/fpc-postgres/Makefile b/databases/fpc-postgres/Makefile
index b72b5dabbcdb..5a4a94525d1c 100644
--- a/databases/fpc-postgres/Makefile
+++ b/databases/fpc-postgres/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: Free Pascal Compiler
-# Date created: 28 November 2001
-# Whom: John Merryweather Cooper et al
-#
+# Created by: John Merryweather Cooper et al
# $FreeBSD$
-#
PORTREVISION= 0
CATEGORIES= databases lang
@@ -18,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-OPTIONS= PGSQL "Install PostgreSQL client" on
+OPTIONS_DEFINE= PGSQL
+PGSQL_DESC= Install PostgreSQL client
+OPTIONS_DEFAULT= PGSQL
.include "${MASTERDIR}/Makefile"