aboutsummaryrefslogtreecommitdiff
path: root/databases/mysql-xql
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-08-30 19:46:01 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-08-30 19:46:01 +0000
commit86b993c1f1201bc033a7c204bf8841618050c014 (patch)
tree1673e4ee59fd5e3ff1d38fee69a773dac3a36cc6 /databases/mysql-xql
parentdf197cdcb2a39abcaa75f59b9d527815ed7ed329 (diff)
Notes
Diffstat (limited to 'databases/mysql-xql')
-rw-r--r--databases/mysql-xql/Makefile16
1 files changed, 7 insertions, 9 deletions
diff --git a/databases/mysql-xql/Makefile b/databases/mysql-xql/Makefile
index c06604e19c54..71ca31fcce8d 100644
--- a/databases/mysql-xql/Makefile
+++ b/databases/mysql-xql/Makefile
@@ -3,7 +3,7 @@
PORTNAME= mysql-xql
PORTVERSION= 1.0.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://www.mysqludf.org/lib_mysqludf_xql/
DISTNAME= lib_mysqludf_xql-${PORTVERSION}
@@ -11,17 +11,15 @@ DISTNAME= lib_mysqludf_xql-${PORTVERSION}
MAINTAINER= syncer@gmail.com
COMMENT= Library provides XML output functions to MySQL server
-USE_GNOME= libxml2
GNU_CONFIGURE= yes
-USES= gmake
+CONFIGURE_ARGS= --disable-static
+INSTALL_TARGET= install-strip
+USES= gmake libtool
+USE_GNOME= libxml2
USE_MYSQL= yes
USE_LDCONFIG= yes
-PLIST_FILES= \
- lib/mysql/plugin/lib_mysqludf_xql.a \
- lib/mysql/plugin/lib_mysqludf_xql.la \
- lib/mysql/plugin/lib_mysqludf_xql.so
-
-PLIST_DIRS= lib/mysql/plugin
+PLIST_FILES= lib/mysql/plugin/lib_mysqludf_xql.so
+PLIST_DIRSTRY= lib/mysql/plugin
.include <bsd.port.mk>