diff options
author | Guido Falsi <madpilot@FreeBSD.org> | 2013-08-22 11:37:07 +0000 |
---|---|---|
committer | Guido Falsi <madpilot@FreeBSD.org> | 2013-08-22 11:37:07 +0000 |
commit | ce335642963295331cd04f07eb07ea78391b2514 (patch) | |
tree | a57b957d08ad7d29f71618efaaf62404c28f240e /graphics/gimmage | |
parent | 7206deaa2e6c18ca38908c233cdfd9a83fc34c95 (diff) |
Notes
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> |