diff options
author | ahze <ahze@FreeBSD.org> | 2007-01-03 21:26:44 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-01-03 21:26:44 +0800 |
commit | 3e851098d83390b7be3b29fac7a3d47057e1a3f7 (patch) | |
tree | 5defd34dd801f96b82828d52aceb803c610388c7 | |
parent | aa9c8b3f57463fd6e5c326650621195b1d585813 (diff) | |
download | freebsd-ports-graphics-3e851098d83390b7be3b29fac7a3d47057e1a3f7.tar.gz freebsd-ports-graphics-3e851098d83390b7be3b29fac7a3d47057e1a3f7.tar.zst freebsd-ports-graphics-3e851098d83390b7be3b29fac7a3d47057e1a3f7.zip |
- Remove an extra 0 in LIB_DEPENDS
Reported by: vd
-rw-r--r-- | graphics/gimp-help/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-help/Makefile b/graphics/gimp-help/Makefile index 670ccc850b5..fcd10047b61 100644 --- a/graphics/gimp-help/Makefile +++ b/graphics/gimp-help/Makefile @@ -21,7 +21,7 @@ DISTNAME= ${PORTNAME}-2-${PORTVERSION} MAINTAINER= gnome@FreeBSD.org COMMENT= GIMP user's manual -LIB_DEPENDS= gimp-2.0.0:${PORTSDIR}/graphics/gimp +LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp GNU_CONFIGURE= yes USE_GMAKE= yes |