diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2013-08-09 14:05:52 +0000 |
commit | b83d7bf933421ec67d43832596ab3f5cf5a33532 (patch) | |
tree | 4b54bdffc904e7c6b2e7107151b63bada3f0ecb6 /graphics/icoconvert/Makefile | |
parent | a851269bfa4538b5ba537c3f91e9eca1a5553fc6 (diff) |
Notes
Diffstat (limited to 'graphics/icoconvert/Makefile')
-rw-r--r-- | graphics/icoconvert/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/icoconvert/Makefile b/graphics/icoconvert/Makefile index 786ad2e6c754..0d9c830c7a8d 100644 --- a/graphics/icoconvert/Makefile +++ b/graphics/icoconvert/Makefile @@ -7,7 +7,7 @@ PORTNAME= icoconvert PORTVERSION= 2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= http://www.mox.net/downloads/ \ http://www.xunix.org/~flz/distfiles/ @@ -15,7 +15,7 @@ MASTER_SITES= http://www.mox.net/downloads/ \ MAINTAINER= flz@FreeBSD.org COMMENT= A small utility to convert Windows icon files into .xpm and .png files -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd +LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd PLIST_FILES= bin/icoconvert |