diff options
author | John Marino <marino@FreeBSD.org> | 2014-11-02 18:28:34 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-11-02 18:28:34 +0000 |
commit | 414c8f068c1e7e3446be9170b755a962630e97ed (patch) | |
tree | 77028e364e3c5c0b0edd819473d0f48e93c44b9c /www/sams2/Makefile | |
parent | 8523ec3ce0cfb9f47ef9300558c4968239160c1a (diff) | |
download | ports-414c8f068c1e7e3446be9170b755a962630e97ed.tar.gz ports-414c8f068c1e7e3446be9170b755a962630e97ed.zip |
Notes
Diffstat (limited to 'www/sams2/Makefile')
-rw-r--r-- | www/sams2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/sams2/Makefile b/www/sams2/Makefile index 0aa78a990f2e..c3b47a7e950d 100644 --- a/www/sams2/Makefile +++ b/www/sams2/Makefile @@ -2,7 +2,7 @@ PORTNAME= sams2 DISTVERSION= 2.0.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://sams.perm.ru/download/ http://razumit.ru/ @@ -12,7 +12,7 @@ COMMENT= Squid Accounting Management System LICENSE= BSD4CLAUSE LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre -RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/databases/mysql${MYSQL_VER}-server +RUN_DEPENDS= ${LOCALBASE}/libexec/mysqld:${PORTSDIR}/${_MYSQL_SERVER} USES= gmake libtool tar:bzip2 USE_AUTOTOOLS= aclocal libtoolize @@ -21,7 +21,7 @@ USE_PHP= gd mysql zlib USE_MYSQL= yes GNU_CONFIGURE= yes -INSTALL_TARGET= install-strip +INSTALL_TARGET= install-strip CONFIGURE_ARGS+=--datarootdir=${WWWDIR:H} MAKE_ARGS+= docdir=${DOCSDIR} |