diff options
Diffstat (limited to 'astro/gpxloggerd/Makefile')
-rw-r--r-- | astro/gpxloggerd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/gpxloggerd/Makefile b/astro/gpxloggerd/Makefile index 97a6fc53bba4..28607ae3d444 100644 --- a/astro/gpxloggerd/Makefile +++ b/astro/gpxloggerd/Makefile @@ -10,7 +10,7 @@ GH_ACCOUNT= glebius MAINTAINER= glebius@FreeBSD.org COMMENT= Daemon that connects to the GPSD daemon and logs GPS traces -LIB_DEPENDS= libgps.so:${PORTSDIR}/astro/gpsd +LIB_DEPENDS= libgps.so:astro/gpsd USE_RC_SUBR= ${PORTNAME} PLIST_FILES= sbin/${PORTNAME} \ |