diff options
author | naddy <naddy@FreeBSD.org> | 2002-08-12 17:30:48 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2002-08-12 17:30:48 +0000 |
commit | 2eab05dca6abbb6690bd3e324c41b7327926fcbd (patch) | |
tree | 283557f2b71c6852ace1220f45476e7d15e9b9a0 /astro | |
parent | dfd2a8518976b8abaa67963931b6784247938dce (diff) | |
download | FreeBSD-ports-2eab05dca6abbb6690bd3e324c41b7327926fcbd.zip FreeBSD-ports-2eab05dca6abbb6690bd3e324c41b7327926fcbd.tar.gz |
Honor CFLAGS.
Diffstat (limited to 'astro')
-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 8c4122a..798a17d 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 |