diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 12:57:52 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-08-28 12:57:52 +0000 |
commit | a3c383f62d926c2ce3af35bbf3af92749150b751 (patch) | |
tree | a8d71bac10848d17da20b6cb390fa707b012c9f8 /www/postnuke | |
parent | [MAINTAINER] ports net/openldap2[012]-server: use RC_SUBR, miscellaneous impr... (diff) |
[orphaned ports]: use USE_MYSQL for various orphaned ports.
Make these ports use USE_MYSQL:
* databases/dbconnect
* net/netsaint
* www/mod_mp3
* www/mod_mylo
* www/phpnuke
* www/postnuke
* www/udmsearch
* mail/courier
PR: ports/56029
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'www/postnuke')
-rw-r--r-- | www/postnuke/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/postnuke/Makefile b/www/postnuke/Makefile index bc266d748432..c979e3c09b56 100644 --- a/www/postnuke/Makefile +++ b/www/postnuke/Makefile @@ -16,9 +16,10 @@ DISTNAME= Rogue_714 MAINTAINER= ports@FreeBSD.org COMMENT= An automated website package to distribute and manage content -LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client RUN_DEPENDS= ${LOCALBASE}/share/pear/System.php:${PORTSDIR}/devel/pear-PEAR +USE_MYSQL= YES + NO_BUILD= yes WRKSRC= ${WRKDIR}/pn_714 NO_WRKSUBDIR= yes |