diff options
Diffstat (limited to 'graphics/sng')
-rw-r--r-- | graphics/sng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/sng/Makefile b/graphics/sng/Makefile index 7a401e8c95c0..dccd701131bd 100644 --- a/graphics/sng/Makefile +++ b/graphics/sng/Makefile @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= compiler/decompiler for Scriptable Network Graphics -BUILD_DEPENDS= ${X11BASE}/lib/X11/rgb.txt:${PORTSDIR}/x11/XFree86-4-clients +BUILD_DEPENDS= ${X11BASE}/lib/X11/rgb.txt:${X_CLIENTS_PORT} RUN_DEPENDS= ${BUILD_DEPENDS} LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png |