diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libgtop/Makefile | 7 |
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> |