diff options
-rw-r--r-- | comms/jpilot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 1d85a2a5f2b..0d77e49dc03 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2000/11/08 13:11:16 tron Exp $ +# $NetBSD: Makefile,v 1.9 2000/11/08 13:15:38 tron Exp $ # DISTNAME= jpilot-0.98.1 @@ -19,7 +19,6 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig EVAL_PREFIX+= GTKDIR=gtk+ CONFIGURE_ARGS+= --with-gtk-prefix="${GTKDIR}" CONFIGURE_ARGS+= --with-pilot-prefix=${LOCALBASE} -CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" post-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/jpilot/plugins |