diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-03-05 15:39:05 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-03-05 15:39:05 +0800 |
commit | 061e048b162960eac27982647b8153bbcc866a97 (patch) | |
tree | 9b8058e5f3c8b5d1da1240483e71a49db26ece8d | |
parent | 67f3984e323e9ebf42c8b851a73bfe069704cd54 (diff) | |
download | freebsd-ports-gnome-061e048b162960eac27982647b8153bbcc866a97.tar.gz freebsd-ports-gnome-061e048b162960eac27982647b8153bbcc866a97.tar.zst freebsd-ports-gnome-061e048b162960eac27982647b8153bbcc866a97.zip |
gd.2, not gd.1
Submitted by: bento
-rw-r--r-- | biology/genpak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/biology/genpak/Makefile b/biology/genpak/Makefile index 3b7b60a6695b..3e4d8c9131ce 100644 --- a/biology/genpak/Makefile +++ b/biology/genpak/Makefile @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ijliao@FreeBSD.org -LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd \ +LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd \ png.4:${PORTSDIR}/graphics/png USE_GMAKE= yes |