diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-04-29 16:43:05 +0000 |
commit | 4e4178dab5c2825019e9652f1ba4f102253a31df (patch) | |
tree | a101ccfbdb487a4c9c92a67d6d88ac8775e3362a /astro/gpsbabel | |
parent | ecec69fbc311162911f66439dedf61b8176ef964 (diff) | |
download | ports-4e4178dab5c2825019e9652f1ba4f102253a31df.tar.gz ports-4e4178dab5c2825019e9652f1ba4f102253a31df.zip |
Notes
Diffstat (limited to 'astro/gpsbabel')
-rw-r--r-- | astro/gpsbabel/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/astro/gpsbabel/Makefile b/astro/gpsbabel/Makefile index 62e940335666..688c72cc8e83 100644 --- a/astro/gpsbabel/Makefile +++ b/astro/gpsbabel/Makefile @@ -8,7 +8,7 @@ MASTER_SITES= https://secure.ohos.nl/downloads/ \ LOCAL/beech MAINTAINER= dev2@heesakkers.info -COMMENT= A GPS file translating tool +COMMENT= GPS file translating tool LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2 @@ -19,12 +19,6 @@ CONFIGURE_ARGS+=--with-expathdr=${LOCALBASE}/include \ PLIST_FILES= bin/gpsbabel -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 800069 -LIB_DEPENDS+= usb:${PORTSDIR}/devel/libusb -.else EXTRA_PATCHES= ${FILESDIR}/extra-patch-libusb -.endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |