mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
Switch to using bsd.port.options.mk and remove unnecessary assignments.
PR: ports/162754 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk>
This commit is contained in:
parent
05c123b55c
commit
048de70c5c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=288017
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user