diff options
author | steve <steve@FreeBSD.org> | 2000-08-08 11:15:52 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-08-08 11:15:52 +0800 |
commit | 929c36c74df20a344a0b4cad298089f998096b7d (patch) | |
tree | cd74ca462c1b32d2f600e7f49ffe7a90a7a269bb /sysutils | |
parent | 7851ccd67754d2d5d1270b190887614cdfcefb5a (diff) | |
download | freebsd-ports-gnome-929c36c74df20a344a0b4cad298089f998096b7d.tar.gz freebsd-ports-gnome-929c36c74df20a344a0b4cad298089f998096b7d.tar.zst freebsd-ports-gnome-929c36c74df20a344a0b4cad298089f998096b7d.zip |
Use gd.1 in the LIB_DEPENDS so this port doesn't accidently pickup the
presence of the wrong library (e.g. libgdk_pixbuf).
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nut/Makefile | 2 | ||||
-rw-r--r-- | sysutils/nut22/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nut/Makefile b/sysutils/nut/Makefile index 7505bc706627..2215945f7feb 100644 --- a/sysutils/nut/Makefile +++ b/sysutils/nut/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.exploits.org/nut/release/ MAINTAINER= bp@butya.kz .if defined(CGI) -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd .endif GNU_CONFIGURE= yes diff --git a/sysutils/nut22/Makefile b/sysutils/nut22/Makefile index 7505bc706627..2215945f7feb 100644 --- a/sysutils/nut22/Makefile +++ b/sysutils/nut22/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.exploits.org/nut/release/ MAINTAINER= bp@butya.kz .if defined(CGI) -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd .endif GNU_CONFIGURE= yes |