diff options
-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 |