diff options
author | edwin <edwin@FreeBSD.org> | 2009-07-07 05:24:12 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2009-07-07 05:24:12 +0800 |
commit | 5a8a2d88c77fe1ce7b74e234ace9ac56bafefc05 (patch) | |
tree | 16aa30321d6187c7a0dffe3516ee54ee6397ad52 /www | |
parent | 2d7bb4f0d37beeccebcd51e228c7b99b94045316 (diff) | |
download | freebsd-ports-gnome-5a8a2d88c77fe1ce7b74e234ace9ac56bafefc05.tar.gz freebsd-ports-gnome-5a8a2d88c77fe1ce7b74e234ace9ac56bafefc05.tar.zst freebsd-ports-gnome-5a8a2d88c77fe1ce7b74e234ace9ac56bafefc05.zip |
Fix compilation with custom localbase
Diffstat (limited to 'www')
-rw-r--r-- | www/mysar/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/mysar/Makefile b/www/mysar/Makefile index 6b88ff45ee55..c7b734be08c4 100644 --- a/www/mysar/Makefile +++ b/www/mysar/Makefile @@ -8,6 +8,7 @@ PORTNAME= mySAR PORTVERSION= 2.1.4 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= mysar @@ -24,6 +25,8 @@ GNU_CONFIGURE= yes USE_MYSQL= yes USE_PHP= mysql pcre +CONFIGURE_ARGS= --with-mysql-lib=${LOCALBASE} + MYSARPREFIX= mysar MYSARDIR?= ${PREFIX}/${MYSARPREFIX} PLIST_SUB= MYSAR=${MYSARPREFIX} |