diff options
Diffstat (limited to 'sysutils/gnome-system-monitor/Makefile')
-rw-r--r-- | sysutils/gnome-system-monitor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-system-monitor/Makefile b/sysutils/gnome-system-monitor/Makefile index b2f992ae3..1e56a9bf4 100644 --- a/sysutils/gnome-system-monitor/Makefile +++ b/sysutils/gnome-system-monitor/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnomesystemmonitor/Makefile,v 1.58 2006/01/16 19:26:50 ahze Exp $ +# $MCom: ports/sysutils/gnomesystemmonitor/Makefile,v 1.59 2006/01/31 20:34:57 marcus Exp $ # PORTNAME= gnomesystemmonitor @@ -24,7 +24,7 @@ USE_X_PREFIX= yes INSTALLS_OMF= yes USE_GMAKE= yes USE_GNOME= gnomeprefix intlhack gnomehack libgnomeui libwnck -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lutil" |