diff options
author | bsam <bsam@FreeBSD.org> | 2013-05-27 14:05:06 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2013-05-27 14:05:06 +0800 |
commit | 9b1544cde75b4364b07eda96d9ce2ce3584349f8 (patch) | |
tree | c966711e391ec784a49c0dc6b7915c6bb6a8d68b /sysutils | |
parent | 74ec4e92fd95d45f4020f6e1608ebd6fb4535dbe (diff) | |
download | freebsd-ports-gnome-9b1544cde75b4364b07eda96d9ce2ce3584349f8.tar.gz freebsd-ports-gnome-9b1544cde75b4364b07eda96d9ce2ce3584349f8.tar.zst freebsd-ports-gnome-9b1544cde75b4364b07eda96d9ce2ce3584349f8.zip |
. remove shlib ABI version from LIB_DEPENDS;
. bump PORTREVISION;
. remove the indefinite article from COMMENT.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/eiciel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sysutils/eiciel/Makefile b/sysutils/eiciel/Makefile index 7492a0fac1ec..163e30b3f2f0 100644 --- a/sysutils/eiciel/Makefile +++ b/sysutils/eiciel/Makefile @@ -3,16 +3,16 @@ PORTNAME= eiciel PORTVERSION= 0.9.8.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils security MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/ MAINTAINER= ports@FreeBSD.org -COMMENT= A GNOME-based ACL editor, with integration into Nautilus +COMMENT= GNOME-based ACL editor, with integration into Nautilus LICENSE= GPLv2 -LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 USE_BZIP2= yes USES= pathfix pkgconfig |