summaryrefslogtreecommitdiffstats
path: root/devel/libgtop/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r--devel/libgtop/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile
index 7f08383ac..95e73d4fd 100644
--- a/devel/libgtop/Makefile
+++ b/devel/libgtop/Makefile
@@ -14,12 +14,13 @@ COMMENT= GNOME 2 top library
USE_XZ= yes
USE_PERL5= build
USE_XORG= xau
-USES= gettext gmake pathfix perl5 pkgconfig
-USE_GNOME= gnomeprefix glib20 ltverhack intlhack introspection:build
+USES= gettext gmake libtool pathfix perl5 pkgconfig
+USE_GNOME= gnomeprefix glib20 intlhack introspection:build
USE_LDCONFIG= yes
-USE_AUTOTOOLS= libtool
+GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_NET_IF_VAR_H -D_WANT_IFADDR
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
CONFIGURE_ARGS= --disable-introspection
INFO= libgtop2
@@ -29,7 +30,4 @@ PKGMESSAGE= ${FILESDIR}/pkg-message
post-configure:
@${FIND} ${WRKSRC} -type f | ${XARGS} ${TOUCH} -f
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgtop-2.0.so.7
-
.include <bsd.port.mk>