diff options
author | hq <hq@FreeBSD.org> | 2005-04-08 08:17:57 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-04-08 08:17:57 +0800 |
commit | a53313df5439244f4862fd1d6c95f0206ccbf500 (patch) | |
tree | 30d6095c2853e84c4bbd3a8629292f7e4794c6eb /graphics | |
parent | c93feea7a52794ebdf8dbd4a83319f300e2b2a55 (diff) | |
download | freebsd-ports-gnome-a53313df5439244f4862fd1d6c95f0206ccbf500.tar.gz freebsd-ports-gnome-a53313df5439244f4862fd1d6c95f0206ccbf500.tar.zst freebsd-ports-gnome-a53313df5439244f4862fd1d6c95f0206ccbf500.zip |
Fix INDEX: x11-toolkits/libsx -> x11/libsx in BUILD_DEPENDS
Submitted by: cperciva
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/grads/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/grads/Makefile b/graphics/grads/Makefile index f966a0bfaa76..936172acf43e 100644 --- a/graphics/grads/Makefile +++ b/graphics/grads/Makefile @@ -19,7 +19,7 @@ MAINTAINER= glewis@FreeBSD.org COMMENT= The Grid Analysis and Display System BUILD_DEPENDS= ${LOCALBASE}/lib/libudunits.a:${PORTSDIR}/science/udunits \ - ${X11BASE}/lib/libsx.a:${PORTSDIR}/x11-toolkits/libsx + ${X11BASE}/lib/libsx.a:${PORTSDIR}/x11/libsx LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png |