aboutsummaryrefslogtreecommitdiff
path: root/devel/libgtop
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2015-02-18 11:01:33 +0000
committerKoop Mast <kwm@FreeBSD.org>2015-02-18 11:01:33 +0000
commitd93422244470a19f8d0545478a62deabd7c7f2a7 (patch)
tree01277bfcaf1d051608961d2649a3c09ce4f45c8d /devel/libgtop
parentdb259dc4bf81f1466f008e640d765bb2660d716b (diff)
downloadports-d93422244470a19f8d0545478a62deabd7c7f2a7.tar.gz
ports-d93422244470a19f8d0545478a62deabd7c7f2a7.zip
Notes
Diffstat (limited to 'devel/libgtop')
-rw-r--r--devel/libgtop/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index 58d6abffc700..c78ecd2b685e 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -4,7 +4,7 @@
PORTNAME= libgtop
PORTVERSION= 2.30.0
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome2
@@ -14,7 +14,7 @@ COMMENT= GNOME 2 top library
USE_PERL5= build
USE_XORG= xau
-USES= gettext gmake libtool pathfix perl5 pkgconfig tar:xz
+USES= gettext gmake libtool makeinfo pathfix perl5 pkgconfig tar:xz
USE_GNOME= gnomeprefix glib20 intlhack introspection:build
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
@@ -27,7 +27,4 @@ INFO= libgtop2
PKGMESSAGE= ${FILESDIR}/pkg-message
-post-configure:
- @${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
-
.include <bsd.port.mk>