diff options
author | novel <novel@FreeBSD.org> | 2006-09-10 15:41:31 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2006-09-10 15:41:31 +0800 |
commit | d426cc76172a944eec5ac217814885b77a381d39 (patch) | |
tree | d4b6f4a03bcee6047ea1f05e47aaee0cfe90a6d4 /www/oscommerce | |
parent | f809f56399574506659f706dbb78f877ea3e1184 (diff) | |
download | freebsd-ports-gnome-d426cc76172a944eec5ac217814885b77a381d39.tar.gz freebsd-ports-gnome-d426cc76172a944eec5ac217814885b77a381d39.tar.zst freebsd-ports-gnome-d426cc76172a944eec5ac217814885b77a381d39.zip |
- Add missed prce dependency [1]
- Pass maintainership to ports@ [2]
PR: 100748 [1]
Submitted by: RedChrom <redchrom@gmail.com> [1]
maintainer [2]
Diffstat (limited to 'www/oscommerce')
-rw-r--r-- | www/oscommerce/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/oscommerce/Makefile b/www/oscommerce/Makefile index c098198146d3..20825c072755 100644 --- a/www/oscommerce/Makefile +++ b/www/oscommerce/Makefile @@ -14,10 +14,10 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tep DISTNAME= ${PORTNAME}-${PORTVERSION:S/r/ms/} -MAINTAINER= hcoyote@ghostar.org +MAINTAINER= ports@FreeBSD.org COMMENT= An full-featured open source e-commerce system -USE_PHP= mysql session +USE_PHP= mysql session pcre WANT_PHP_WEB= yes NO_BUILD= yes OSCOMMERCE= ${PREFIX}/www/data/oscommerce |