diff options
Diffstat (limited to 'sysutils/gnomesystemmonitor/Makefile')
-rw-r--r-- | sysutils/gnomesystemmonitor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnomesystemmonitor/Makefile b/sysutils/gnomesystemmonitor/Makefile index 5b700d2e9..450149690 100644 --- a/sysutils/gnomesystemmonitor/Makefile +++ b/sysutils/gnomesystemmonitor/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/sysutils/gnomesystemmonitor/Makefile,v 1.42 2005/06/28 05:40:10 adamw Exp $ # PORTNAME= gnomesystemmonitor @@ -25,7 +25,7 @@ INSTALLS_OMF= yes USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libwnck -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lutil" |