diff options
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 |