summaryrefslogtreecommitdiff
path: root/databases/fpc-gdbm
diff options
context:
space:
mode:
Diffstat (limited to 'databases/fpc-gdbm')
-rw-r--r--databases/fpc-gdbm/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/databases/fpc-gdbm/Makefile b/databases/fpc-gdbm/Makefile
index c3511987fc31..6f98c6be1673 100644
--- a/databases/fpc-gdbm/Makefile
+++ b/databases/fpc-gdbm/Makefile
@@ -5,7 +5,7 @@
# $FreeBSD$
#
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= databases lang
PKGNAMESUFFIX= -gdbm
@@ -14,11 +14,11 @@ COMMENT= Free Pascal interface to the GNU database system
BUILD_DEPENDS= ppc386:${PORTSDIR}/lang/fpc \
fpcmake:${PORTSDIR}/lang/fpc-utils
-LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/packages/extra/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+= ${WRKUNITDIR}
-HAVE_EXAMPLES= true
+
+OPTIONS= GDBM "Install the GNU database manager" on
.include "${MASTERDIR}/Makefile"