diff options
author | gahr <gahr@FreeBSD.org> | 2008-03-11 07:05:07 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2008-03-11 07:05:07 +0800 |
commit | 4dc3efda6c5b8b611cf3f52135d52584c36413a7 (patch) | |
tree | d3bb121cf0e024059152530343c2109481762527 /graphics/sng | |
parent | 2cdf32690354ac26cf4e83fa50bb087ef11ead00 (diff) | |
download | freebsd-ports-gnome-4dc3efda6c5b8b611cf3f52135d52584c36413a7.tar.gz freebsd-ports-gnome-4dc3efda6c5b8b611cf3f52135d52584c36413a7.tar.zst freebsd-ports-gnome-4dc3efda6c5b8b611cf3f52135d52584c36413a7.zip |
- Remove dependency on X_CLIENTS_PORT
Approved by: miwi (mentor)
Diffstat (limited to 'graphics/sng')
-rw-r--r-- | graphics/sng/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sng/Makefile b/graphics/sng/Makefile index 540490621b72..1283f9c376a6 100644 --- a/graphics/sng/Makefile +++ b/graphics/sng/Makefile @@ -8,7 +8,7 @@ PORTNAME= sng PORTVERSION= 1.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,8 +16,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= Compiler/decompiler for Scriptable Network Graphics -BUILD_DEPENDS= ${X11BASE}/lib/X11/rgb.txt:${X_CLIENTS_PORT} -RUN_DEPENDS:= ${BUILD_DEPENDS} +BUILD_DEPENDS= ${X11BASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb +RUN_DEPENDS= ${X11BASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/rgb LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png GNU_CONFIGURE= yes |