diff options
author | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-10-02 02:27:14 +0000 |
---|---|---|
committer | Danilo Egea Gondolfo <danilo@FreeBSD.org> | 2016-10-02 02:27:14 +0000 |
commit | 58b978f4f871c0c8a7e95fd9d64332d5136f0481 (patch) | |
tree | 7b036fc3d60bdc6aec25ac95d8eeb9788844b59d | |
parent | 1eadc6fe216bb32bbccc0fb1145275f393ed9c3c (diff) | |
download | ports-58b978f4f871c0c8a7e95fd9d64332d5136f0481.tar.gz ports-58b978f4f871c0c8a7e95fd9d64332d5136f0481.zip |
Notes
-rw-r--r-- | x11-fm/gnome-commander2/Makefile | 13 | ||||
-rw-r--r-- | x11-fm/gnome-commander2/distinfo | 5 |
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-fm/gnome-commander2/Makefile b/x11-fm/gnome-commander2/Makefile index 9c5a12cbdfdc..a7e48ebdcb26 100644 --- a/x11-fm/gnome-commander2/Makefile +++ b/x11-fm/gnome-commander2/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnome-commander -PORTVERSION= 1.4.8 -PORTREVISION= 2 +PORTVERSION= 1.4.9 PORTEPOCH= 1 CATEGORIES= x11-fm gnome MASTER_SITES= GNOME/sources/gnome-commander/1.4 @@ -15,15 +14,21 @@ COMMENT= File manager for Gnome2 LICENSE= GPLv2 -LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique +LIB_DEPENDS= libunique-1.0.so:x11-toolkits/unique \ + libgnome-keyring.so:security/libgnome-keyring \ + libpopt.so:devel/popt \ + libfontconfig.so:x11-fonts/fontconfig \ + libfreetype.so:print/freetype2 RUN_DEPENDS= meld:textproc/meld \ yelp:x11/yelp USES= gettext gmake libtool pathfix pkgconfig python tar:xz -USE_GNOME= gnomedocutils gnomeprefix gnomevfs2 intltool libgnomeui +USE_GNOME= cairo gdkpixbuf2 gnomedocutils gnomeprefix gnomevfs2 intltool libgnomeui +USE_XORG= ice sm GNU_CONFIGURE= yes INSTALL_TARGET= install-strip INSTALLS_OMF= yes +USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/x11-fm/gnome-commander2/distinfo b/x11-fm/gnome-commander2/distinfo index 3e6a0951ac7d..b4e23459da28 100644 --- a/x11-fm/gnome-commander2/distinfo +++ b/x11-fm/gnome-commander2/distinfo @@ -1,2 +1,3 @@ -SHA256 (gnome2/gnome-commander-1.4.8.tar.xz) = 7124e9c45d934b0fba95e6721715d07a251e1e2e054d614a3145ad587340de86 -SIZE (gnome2/gnome-commander-1.4.8.tar.xz) = 6374144 +TIMESTAMP = 1474828656 +SHA256 (gnome2/gnome-commander-1.4.9.tar.xz) = ee198277395348a8185f6222819b173271bdc0e496730c38e107f1360862db8f +SIZE (gnome2/gnome-commander-1.4.9.tar.xz) = 6390100 |