diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2011-12-25 19:36:46 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2011-12-25 19:36:46 +0000 |
commit | 048de70c5c14f00e869c6765aae1e3e4be27dfce (patch) | |
tree | b2ca7824ef864eaba4511b8058ff6a802058f3cb | |
parent | 05c123b55c80602a6001344a22e2e803ce301aca (diff) | |
download | ports-048de70c5c14f00e869c6765aae1e3e4be27dfce.tar.gz ports-048de70c5c14f00e869c6765aae1e3e4be27dfce.zip |
Notes
-rw-r--r-- | mail/squirrelmail-shared_calendars-plugin/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mail/squirrelmail-shared_calendars-plugin/Makefile b/mail/squirrelmail-shared_calendars-plugin/Makefile index 80a85265e2ed..db3e4b7b788f 100644 --- a/mail/squirrelmail-shared_calendars-plugin/Makefile +++ b/mail/squirrelmail-shared_calendars-plugin/Makefile @@ -47,13 +47,9 @@ WANT_PHP_WEB= yes OPTIONS= SQL "use SQL backend" off -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_SQL) || defined(WITH_SQL) RUN_DEPENDS+= ${SQUIRRELDIR}/plugins/calendar_sql_backend:${PORTSDIR}/mail/squirrelmail-calendar_sql_backend-plugin |