diff options
author | wxs <wxs@FreeBSD.org> | 2011-12-26 03:22:59 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2011-12-26 03:22:59 +0800 |
commit | b96be515a2a2370cf6683dd44c0e83dc9bffdb82 (patch) | |
tree | cbf045c185fd83465b52ed418729e4c81f36b791 | |
parent | 51741302f950aaadfe6510ab2e41a2fe65ca44c2 (diff) | |
download | freebsd-ports-gnome-b96be515a2a2370cf6683dd44c0e83dc9bffdb82.tar.gz freebsd-ports-gnome-b96be515a2a2370cf6683dd44c0e83dc9bffdb82.tar.zst freebsd-ports-gnome-b96be515a2a2370cf6683dd44c0e83dc9bffdb82.zip |
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)
-rw-r--r-- | lang/fpc-units/Makefile | 6 |
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 \ |