diff options
author | tijl <tijl@FreeBSD.org> | 2017-12-25 00:41:38 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:13:42 +0800 |
commit | 28f2265f92af78231ab353492001291debf09982 (patch) | |
tree | 91f0b7a4e8586fd6e4e2280f4f30f0532c8196b8 /astro | |
parent | e4a7716fc86e70d70b3493b0c357dfec737cfa3b (diff) | |
download | freebsd-ports-gnome-28f2265f92af78231ab353492001291debf09982.tar.gz freebsd-ports-gnome-28f2265f92af78231ab353492001291debf09982.tar.zst freebsd-ports-gnome-28f2265f92af78231ab353492001291debf09982.zip |
Convert to USES=autoreconf.
Diffstat (limited to 'astro')
-rw-r--r-- | astro/gpsbabel14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/gpsbabel14/Makefile b/astro/gpsbabel14/Makefile index 79e9699530a0..8ada132bb63c 100644 --- a/astro/gpsbabel14/Makefile +++ b/astro/gpsbabel14/Makefile @@ -17,10 +17,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 -USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \ --with-libexpat=${LOCALBASE}/lib +USES= autoreconf PLIST_FILES= bin/gpsbabel |