diff options
Diffstat (limited to 'math/gcalctool/Makefile')
-rw-r--r-- | math/gcalctool/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 7c24f7d8c..f56a62331 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/math/gcalctool/Makefile,v 1.34 2005/06/28 05:40:07 adamw Exp $ # PORTNAME= gcalctool @@ -22,7 +22,7 @@ USE_BISON= yes INSTALLS_OMF= yes USE_X_PREFIX= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |