diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-12-25 19:30:17 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-12-25 19:30:17 +0000 |
commit | 0844f1a2d0f1aae9e457d1fec9189757df8a10ed (patch) | |
tree | 04e4de30cce51b6231b704b9822f4b2c2335cb16 /net-mgmt/netustad | |
parent | 8e22c83f10cf54baef1e11271b82c70ff7601035 (diff) | |
download | ports-0844f1a2d0f1aae9e457d1fec9189757df8a10ed.tar.gz ports-0844f1a2d0f1aae9e457d1fec9189757df8a10ed.zip |
Notes
Diffstat (limited to 'net-mgmt/netustad')
-rw-r--r-- | net-mgmt/netustad/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/net-mgmt/netustad/Makefile b/net-mgmt/netustad/Makefile index 74c5a096bf77..b7fe51d40f13 100644 --- a/net-mgmt/netustad/Makefile +++ b/net-mgmt/netustad/Makefile @@ -22,13 +22,9 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes OPTIONS= SSL "Use netUstad with SSL support" on -PORT_DBDIR?= /var/db/ports LATEST_LINK= ${PORTNAME}${PKGNAMESUFFIX} -OPTIONSFILE?= ${PORT_DBDIR}/${LATEST_LINK}/options -.if exists(${OPTIONSFILE}) -.include "${OPTIONSFILE}" -.endif +.include <bsd.port.options.mk> .if !defined(WITHOUT_SSL) USE_OPENSSL= yes |