diff options
Diffstat (limited to 'deskutils/xpad/Makefile')
-rw-r--r-- | deskutils/xpad/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/deskutils/xpad/Makefile b/deskutils/xpad/Makefile index eb6246d25815..d238b56addc8 100644 --- a/deskutils/xpad/Makefile +++ b/deskutils/xpad/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xpad -PORTVERSION= 5.0.0 -PORTREVISION= 2 +PORTVERSION= 5.4.0 CATEGORIES= deskutils MASTER_SITES= https://launchpad.net/${PORTNAME}/trunk/${PORTVERSION}/+download/ @@ -14,11 +13,12 @@ LICENSE= GPLv3 RUN_DEPENDS= gnome-icon-theme>=0:misc/gnome-icon-theme +USES= autoreconf compiler:c++11-lang gmake pkgconfig tar:bzip2 gnome + OPTIONS_DEFINE= NLS DOCS OPTIONS_SUB= yes CONFLICTS_INSTALL= xpad3-[0-9]* -USES= autoreconf compiler:c++11-lang gmake pkgconfig tar:bzip2 USE_XORG= x11 sm ice USE_GNOME= gtk30 intltool gtksourceview3 cairo INSTALLS_ICONS= yes |