diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-07-20 19:13:37 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-07-20 19:13:37 +0000 |
commit | 65ed302e8331c9005c2da655fc07a6ee75752679 (patch) | |
tree | 52dc75d2a8292a51d12e65d55d93eb5272485168 /net/ntpa/Makefile | |
parent | 9034eb8cb94e9cd5a92b2619925a7c6ef063974f (diff) | |
download | ports-65ed302e8331c9005c2da655fc07a6ee75752679.tar.gz ports-65ed302e8331c9005c2da655fc07a6ee75752679.zip |
Notes
Diffstat (limited to 'net/ntpa/Makefile')
-rw-r--r-- | net/ntpa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/ntpa/Makefile b/net/ntpa/Makefile index b35e2e1297e3..6cbac5c8e17f 100644 --- a/net/ntpa/Makefile +++ b/net/ntpa/Makefile @@ -20,6 +20,7 @@ WEBFILES_DESC= Install web files GRAPH_DESC= Graph generation (requires Cairo) PGSQL_DESC= PostgreSQL Connector MYSQL_DESC= MySQL Connector (GPL) +DATABASE_DESC= Database provider GRAPH_LIB_DEPENDS= libgdiplus.so:x11-toolkits/libgdiplus \ libcairo.so:graphics/cairo \ @@ -41,8 +42,6 @@ GROUPS= ntpa SUB_FILES= ntpad ntpav ntpac WRKSRC= ${WRKDIR}/anguist-ntpa-9204e1e36b8d -.include <bsd.port.options.mk> - pre-install: @${MKDIR} ${WRKSRC}/script ${MV} ${WRKDIR}/ntpad ${WRKSRC}/script/ntpa |