diff options
author | Jason Helfman <jgh@FreeBSD.org> | 2014-12-04 08:39:41 +0800 |
---|---|---|
committer | Jason Helfman <jgh@FreeBSD.org> | 2014-12-04 08:39:41 +0800 |
commit | 537cb2bd9fee374c788290a8c1621749c6428e81 (patch) | |
tree | cb102512f496514dfd069ad6b3ea2e35aa6fa827 /deskutils/xpad-current/Makefile | |
parent | af42edc943684953b769abb41856f1d628775ceb (diff) | |
download | freebsd-ports-gnome-537cb2bd9fee374c788290a8c1621749c6428e81.tar.gz freebsd-ports-gnome-537cb2bd9fee374c788290a8c1621749c6428e81.tar.zst freebsd-ports-gnome-537cb2bd9fee374c788290a8c1621749c6428e81.zip |
- update to 4.4.0
Changelog: https://launchpad.net/xpad/+announcements
Diffstat (limited to 'deskutils/xpad-current/Makefile')
-rw-r--r-- | deskutils/xpad-current/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/deskutils/xpad-current/Makefile b/deskutils/xpad-current/Makefile index b5b44f5fb335..e568840c089b 100644 --- a/deskutils/xpad-current/Makefile +++ b/deskutils/xpad-current/Makefile @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= xpad -PORTVERSION= 4.1 -PORTREVISION= 4 +PORTVERSION= 4.4.0 CATEGORIES= deskutils -MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ +MASTER_SITES= http://launchpad.net/${PORTNAME}/trunk/4.4/+download/ PKGNAMESUFFIX= -current MAINTAINER= jgh@FreeBSD.org @@ -18,16 +17,19 @@ OPTIONS_SUB= yes CONFLICTS_INSTALL= xpad-[0-9]* USE_XORG= x11 sm -USE_GNOME= gtk20 gnomehier intltool +USE_GNOME= gtk30 gnomehier intltool gtksourceview3 USES= pkgconfig gmake tar:bzip2 INSTALLS_ICONS= yes CPPFLAGS+= ${CXXFLAGS} -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib GNU_CONFIGURE= yes +NEED_ROOT=yes NLS_USES= gettext NLS_CONFIGURE_ENABLE= nls +RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme + .include <bsd.port.options.mk> post-patch: |