diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-05-30 19:07:56 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-05-30 19:07:56 +0800 |
commit | 4d2efc9a8ea66adfed602138eafc72b61f707a1f (patch) | |
tree | f9331338c8e99c5aced1b3c7a07ff4609d79a911 /astro | |
parent | 909cd331321659fd93e794f3584005d125b094a2 (diff) | |
download | freebsd-ports-gnome-4d2efc9a8ea66adfed602138eafc72b61f707a1f.tar.gz freebsd-ports-gnome-4d2efc9a8ea66adfed602138eafc72b61f707a1f.tar.zst freebsd-ports-gnome-4d2efc9a8ea66adfed602138eafc72b61f707a1f.zip |
Fix build with custom PREFIX/LOCALBASE.
Submitted by: itetcu@
Reported by: QATty
Approved by: maintainer
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsbabel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/gpsbabel/Makefile b/astro/gpsbabel/Makefile index f8b5c7f1f6c1..2e205f5ee183 100644 --- a/astro/gpsbabel/Makefile +++ b/astro/gpsbabel/Makefile @@ -16,6 +16,8 @@ LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 USE_AUTOTOOLS= autoconf:262 GNU_CONFIGURE= yes +CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \ + --with-libexpat=${LOCALBASE}/lib PLIST_FILES= bin/gpsbabel |