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 /graphics/aolserver-nsgd | |
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 'graphics/aolserver-nsgd')
-rw-r--r-- | graphics/aolserver-nsgd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/aolserver-nsgd/Makefile b/graphics/aolserver-nsgd/Makefile index b104874f839a..af98cde710cd 100644 --- a/graphics/aolserver-nsgd/Makefile +++ b/graphics/aolserver-nsgd/Makefile @@ -7,7 +7,7 @@ PORTNAME= nsgd PORTVERSION= 2.0 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics www MASTER_SITES= http://www.aolserver.cz/download/ PKGNAMEPREFIX= aolserver- @@ -23,7 +23,7 @@ WRKSRC= ${WRKDIR} AOLSERVERBASE?= aolserver LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd BUILD_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver -RUN_DEPENDS+= ${BUILD_DEPENDS} +RUN_DEPENDS+= ${LOCALBASE}/${AOLSERVERBASE}/bin/nsd:${PORTSDIR}/www/aolserver USE_GMAKE= yes |