diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2007-01-03 13:26:44 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2007-01-03 13:26:44 +0000 |
commit | 478bb82e082d7f6d9b00fd9710f93891439fb0e7 (patch) | |
tree | 2793b9929284897244e8b8ebb58a080fca6b121f /graphics/gimp-help | |
parent | a6cfad03c0159fcf02b4c2bc4a09bc58933fef7e (diff) | |
download | ports-478bb82e082d7f6d9b00fd9710f93891439fb0e7.tar.gz ports-478bb82e082d7f6d9b00fd9710f93891439fb0e7.zip |
- Remove an extra 0 in LIB_DEPENDS
Reported by: vd
Notes
Notes:
svn path=/head/; revision=181331
Diffstat (limited to 'graphics/gimp-help')
-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 670ccc850b52..fcd10047b613 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 |