diff options
author | miwi <miwi@FreeBSD.org> | 2014-02-14 23:02:30 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-02-14 23:02:30 +0800 |
commit | 957d5954f0cea419269d5176c6f2c3f3df813691 (patch) | |
tree | 5bfaccb38549b612e42765b1b36fd1fbb3c3547f /databases | |
parent | 1a40d61b8ca15e49917a213176a21180b0a2c133 (diff) | |
download | freebsd-ports-gnome-957d5954f0cea419269d5176c6f2c3f3df813691.tar.gz freebsd-ports-gnome-957d5954f0cea419269d5176c6f2c3f3df813691.tar.zst freebsd-ports-gnome-957d5954f0cea419269d5176c6f2c3f3df813691.zip |
- Stage support
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mysql-xql/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/mysql-xql/Makefile b/databases/mysql-xql/Makefile index 981ee88eaa80..d5020af8c598 100644 --- a/databases/mysql-xql/Makefile +++ b/databases/mysql-xql/Makefile @@ -13,7 +13,7 @@ COMMENT= Library provides XML output functions to MySQL server USE_GNOME= libxml2 GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_MYSQL= yes USE_LDCONFIG= yes @@ -24,8 +24,4 @@ PLIST_FILES= \ PLIST_DIRS= lib/mysql/plugin -NO_STAGE= yes -post-install: - ${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |