diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-01 00:25:25 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-01 00:25:25 +0800 |
commit | cb8b7727dcf84b2d0d71e900aa44b7300e2def85 (patch) | |
tree | 8a6007fb7b3fe799acbe23b1fea7b3e3a2ce3307 /devel/libgtop/Makefile | |
parent | c1454472a73bca46a116c07a65dafc654ce04bef (diff) | |
download | marcuscom-ports-cb8b7727dcf84b2d0d71e900aa44b7300e2def85.tar.gz marcuscom-ports-cb8b7727dcf84b2d0d71e900aa44b7300e2def85.tar.zst marcuscom-ports-cb8b7727dcf84b2d0d71e900aa44b7300e2def85.zip |
Update libgtop to 2.30.0.
Remove patch-sysdeps_freebsd_Makefile.in and
patch-sysdeps_freebsd_Makefile.in and add -lutils to LDFLAGS. Those
two patches should add -lutil if kinfo_getfile is detected instead
of adding -lutil to the LDFLAGS. Will try to bring back those
patches in the future and stop using the LDFLAGS solution.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19599 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgtop/Makefile')
-rw-r--r-- | devel/libgtop/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libgtop/Makefile b/devel/libgtop/Makefile index c97e15069..4b59cd84f 100644 --- a/devel/libgtop/Makefile +++ b/devel/libgtop/Makefile @@ -3,7 +3,7 @@ # $MCom$ PORTNAME= libgtop -PORTVERSION= 2.28.5 +PORTVERSION= 2.30.0 CATEGORIES= devel gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 @@ -19,9 +19,9 @@ USE_GNOME= gnomeprefix glib20 intlhack introspection:build USE_LDCONFIG= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_NET_IF_VAR_H -D_WANT_IFADDR -LDFLAGS+= -L${LOCALBASE}/lib +LDFLAGS+= -L${LOCALBASE}/lib -lutil INSTALL_TARGET= install-strip -CONFIGURE_ARGS= --disable-introspection +CONFIGURE_ARGS= --enable-introspection INFO= libgtop2 |