diff options
author | mm <mm@FreeBSD.org> | 2007-08-21 22:02:41 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-08-21 22:02:41 +0800 |
commit | 1b9d6152fa0e81bf61134c08c02ea92e44f6b11a (patch) | |
tree | e665e26b1d7769cdf6ba44d4376992b7b8a7ec3f /databases/aolserver-nsmysql | |
parent | a30573f2903ff0d2104072a48f71ba0767f91e97 (diff) | |
download | freebsd-ports-gnome-1b9d6152fa0e81bf61134c08c02ea92e44f6b11a.tar.gz freebsd-ports-gnome-1b9d6152fa0e81bf61134c08c02ea92e44f6b11a.tar.zst freebsd-ports-gnome-1b9d6152fa0e81bf61134c08c02ea92e44f6b11a.zip |
- Fix RUN_DEPENDS
- Bump PORTREVISION
devel/gmake was accidentially included in RUN_DEPENDS
Diffstat (limited to 'databases/aolserver-nsmysql')
-rw-r--r-- | databases/aolserver-nsmysql/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/aolserver-nsmysql/Makefile b/databases/aolserver-nsmysql/Makefile index d363a833a48b..a883c09998e5 100644 --- a/databases/aolserver-nsmysql/Makefile +++ b/databases/aolserver-nsmysql/Makefile @@ -7,7 +7,7 @@ PORTNAME= nsmysql PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= databases www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= aolserver @@ -20,7 +20,7 @@ COMMENT= Internal MySQL database driver for AOLserver AOLSERVERBASE?= aolserver BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver -RUN_DEPENDS+= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver USE_MYSQL= yes USE_GMAKE= yes |