diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-05-30 11:21:48 +0800 |
commit | 78528de43298daf57dd78edf92bdf16d3f5c2bbb (patch) | |
tree | 7e4858a66869a1f04f72f771d443782a53b64ddf /finance/gnucash | |
parent | e86de175775ca952cf8d092ad3c8216e3fd74dbd (diff) | |
download | marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.gz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.bz2 marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.lz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.xz marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.tar.zst marcuscom-ports-78528de43298daf57dd78edf92bdf16d3f5c2bbb.zip |
Get rid of X11BASE and replace a few to LOCALBASE. I only touch these ports
that are maintaining by gnome@, ports@ and my team ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8939 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'finance/gnucash')
-rw-r--r-- | finance/gnucash/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index a33829aa7..fd332003b 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -3,7 +3,7 @@ # Whom: David O'Brien (obrien@NUXI.com) # # $FreeBSD$ -# $MCom: ports/finance/gnucash/Makefile,v 1.17 2007/05/19 21:36:09 marcus Exp $ +# $MCom: ports/finance/gnucash/Makefile,v 1.18 2007/05/25 00:54:34 marcus Exp $ # PORTNAME= gnucash @@ -46,8 +46,8 @@ USE_LDCONFIG= yes CONFIGURE_ARGS=--with-glib-config=${GLIB_CONFIG} \ --enable-ofx \ --disable-error-on-warning -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib -lintl" MAN1= gnc-prices.1 gnucash.1 INFO= gnucash-design |