diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:16:55 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-08-30 13:16:55 +0000 |
commit | a1236aeac74a98e646df6d57b958420724b0ef1e (patch) | |
tree | 10dcf6d2be9ddc1070d0db883aad86cb05da6980 /databases/dbmetrix | |
parent | 5b2baac5a0f0630f3f4b83b8faa3067e3e07c502 (diff) | |
download | ports-a1236aeac74a98e646df6d57b958420724b0ef1e.tar.gz ports-a1236aeac74a98e646df6d57b958420724b0ef1e.zip |
Notes
Diffstat (limited to 'databases/dbmetrix')
-rw-r--r-- | databases/dbmetrix/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/dbmetrix/Makefile b/databases/dbmetrix/Makefile index 625d255f5730..2c4c8c7b9b90 100644 --- a/databases/dbmetrix/Makefile +++ b/databases/dbmetrix/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-mysql=${PREFIX} |