diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-01-10 20:10:07 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-01-10 20:10:07 +0800 |
commit | 93b9e8cd37ce297defd1490c8406dfe71f9b16fa (patch) | |
tree | c83ad132c195b5bc0cb32b0ce47b31033ad2c31a /finance/gnucash-devel/Makefile | |
parent | 5f756d1adf008b13e099d30eca772294f4e82618 (diff) | |
download | freebsd-ports-gnome-93b9e8cd37ce297defd1490c8406dfe71f9b16fa.tar.gz freebsd-ports-gnome-93b9e8cd37ce297defd1490c8406dfe71f9b16fa.tar.zst freebsd-ports-gnome-93b9e8cd37ce297defd1490c8406dfe71f9b16fa.zip |
Update to 1.6.5.
Diffstat (limited to 'finance/gnucash-devel/Makefile')
-rw-r--r-- | finance/gnucash-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile index cdac267d891c..73293c54b971 100644 --- a/finance/gnucash-devel/Makefile +++ b/finance/gnucash-devel/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnucash -PORTVERSION= 1.6.4 +PORTVERSION= 1.6.5 CATEGORIES= deskutils gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ @@ -35,7 +35,7 @@ USE_GMAKE= yes USE_XPM= yes USE_PERL5= yes USE_GNOME= yes -USE_LIBTOOL= yes +GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --with-glib-config=${GLIB_CONFIG} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ |