diff options
-rw-r--r-- | astro/gpsdrive/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/astro/gpsdrive/Makefile b/astro/gpsdrive/Makefile index 8c4122a03e62..798a17d27fce 100644 --- a/astro/gpsdrive/Makefile +++ b/astro/gpsdrive/Makefile @@ -25,8 +25,7 @@ USE_GTK= yes USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \ LDFLAGS=-L${LOCALBASE}/lib -CONFIGURE_ARGS+= --with-debug \ - --disable-garmin +CONFIGURE_ARGS= --disable-garmin INSTALLS_SHLIB= yes MAN1= gpsdrive.1 |