diff options
author | madpilot <madpilot@FreeBSD.org> | 2013-08-22 19:37:07 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2013-08-22 19:37:07 +0800 |
commit | 4425dab049173edff784d62e29c71b437e0bdd29 (patch) | |
tree | a57b957d08ad7d29f71618efaaf62404c28f240e /graphics/gimmage | |
parent | a6388436bdae8d91351b54e48dca363c07a539d1 (diff) | |
download | freebsd-ports-gnome-4425dab049173edff784d62e29c71b437e0bdd29.tar.gz freebsd-ports-gnome-4425dab049173edff784d62e29c71b437e0bdd29.tar.zst freebsd-ports-gnome-4425dab049173edff784d62e29c71b437e0bdd29.zip |
Fix build.
While here convert LIB_DEPENDS to new format.
Diffstat (limited to 'graphics/gimmage')
-rw-r--r-- | graphics/gimmage/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gimmage/Makefile b/graphics/gimmage/Makefile index ccb6b3974cb1..93f8c039892d 100644 --- a/graphics/gimmage/Makefile +++ b/graphics/gimmage/Makefile @@ -10,11 +10,11 @@ MASTER_SITES= BERLIOS CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Simple image viewer -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ + libcurl.so:${PORTSDIR}/ftp/curl USES= gettext GNU_CONFIGURE= yes -LDFLAGS+= -lintl +CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} .include <bsd.port.mk> |