diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-05-30 11:07:56 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2009-05-30 11:07:56 +0000 |
commit | 6068164b7533dd9a96da006938c2fb302befe3bf (patch) | |
tree | bd72ebdd1b467c0fc15c0d4099a3f40557dc4d6e /astro/gpsbabel | |
parent | ebe6b1f71b875c068d3bddc05af9b599c611b98a (diff) | |
download | ports-6068164b7533dd9a96da006938c2fb302befe3bf.tar.gz ports-6068164b7533dd9a96da006938c2fb302befe3bf.zip |
Notes
Diffstat (limited to 'astro/gpsbabel')
-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 |