summaryrefslogtreecommitdiff
path: root/lang/fpc-units
diff options
context:
space:
mode:
authorWesley Shields <wxs@FreeBSD.org>2011-12-25 19:22:59 +0000
committerWesley Shields <wxs@FreeBSD.org>2011-12-25 19:22:59 +0000
commitb5fc74a74a81cee284f5e5c750ad9e1a65da814d (patch)
tree5cbce865e06d9d2d7e8fe61661739b3c32f43c52 /lang/fpc-units
parentFix libpng check in configure script, fixed upstream in r10694. (diff)
Switch to using bsd.port.options.mk and cleanup unnecessary assignments.
PR: ports/162754 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: acm@ (maintainer timeout)
Notes
Notes: svn path=/head/; revision=288011
Diffstat (limited to 'lang/fpc-units')
-rw-r--r--lang/fpc-units/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/lang/fpc-units/Makefile b/lang/fpc-units/Makefile
index 6a3a4a4677c2..8cb50638c9c5 100644
--- a/lang/fpc-units/Makefile
+++ b/lang/fpc-units/Makefile
@@ -94,13 +94,9 @@ OPTIONS= A52 "Interface to a52 library" on \
XFORMS "Interface to X-Forms" on \
ZLIB "Interface to the zlib compression library" on \
-PORT_DBDIR?= /var/db/ports
LATEST_LINK= ${PKGNAMEPREFIX}${PORTNAME}
-OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options
-.if exists(${OPTIONSFILE})
-.include "${OPTIONSFILE}"
-.endif
+.include <bsd.port.options.mk>
ALL_OPTIONS= A52 ASPELL BFD BZIP2 CAIRO CHM DBUS DTS FASTCGI FCL-ASYNC FCL-BASE \
FCL-DB FCL-FPCUNIT FCL-IMAGE FCL-JSON FCL-NET FCL-PASSRC FCL-PROCESS \