diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-08 19:58:49 +0000 |
commit | f584da22ee03bf55f4db7ffa79c61aa8ad827ad6 (patch) | |
tree | f7da82208d8de3376467178192bb0f8181f73280 /graphics/gexiv2 | |
parent | deb6a6b36bfd8259bc9c372e4698cb7c7a8233ce (diff) | |
download | ports-f584da22ee03bf55f4db7ffa79c61aa8ad827ad6.tar.gz ports-f584da22ee03bf55f4db7ffa79c61aa8ad827ad6.zip |
Notes
Diffstat (limited to 'graphics/gexiv2')
-rw-r--r-- | graphics/gexiv2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gexiv2/Makefile b/graphics/gexiv2/Makefile index 0b8cadf00e94..317106f72867 100644 --- a/graphics/gexiv2/Makefile +++ b/graphics/gexiv2/Makefile @@ -14,7 +14,7 @@ DISTNAME= libgexiv2-${PORTVERSION} MAINTAINER= lioux@FreeBSD.org COMMENT= GObject-based wrapper around the Exiv2 library -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool22 \ +BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool \ gm4:${PORTSDIR}/devel/m4 \ pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 |