diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 20:38:23 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-21 20:38:23 +0000 |
commit | e9d216fb2c63ab5716ac2a3910392c3ce44ce087 (patch) | |
tree | e3f259a949eb8d541f1880646ea7b4bb86f4270b /graphics/gx | |
parent | ebd2a04f25d4ec31a0d89e3c970a6e30ce54eabd (diff) | |
download | ports-e9d216fb2c63ab5716ac2a3910392c3ce44ce087.tar.gz ports-e9d216fb2c63ab5716ac2a3910392c3ce44ce087.zip |
Notes
Diffstat (limited to 'graphics/gx')
-rw-r--r-- | graphics/gx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/gx/Makefile b/graphics/gx/Makefile index a88a9799a13e..4ec070e711a3 100644 --- a/graphics/gx/Makefile +++ b/graphics/gx/Makefile @@ -10,12 +10,10 @@ MASTER_SITES= http://perticone.homelinux.net/sergio/c++/gx/src/ CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Lightweight image viewer -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm \ - gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 +LIB_DEPENDS= libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm USES= gettext pkgconfig +USE_GNOME= gconfmm26 gtkmm24 GNU_CONFIGURE= yes -NO_STAGE= yes .include <bsd.port.mk> |