diff options
author | tron <tron> | 2000-11-08 13:15:38 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-08 13:15:38 +0000 |
commit | 30c47b020433238e9070000c04cec0d4b3e6312b (patch) | |
tree | 882a2ecda4947029a9138022f69c2d45ff5d08b3 /comms | |
parent | f64773087ccce757e7fc10c83f109d6801c195f5 (diff) | |
download | pkgsrc-30c47b020433238e9070000c04cec0d4b3e6312b.tar.gz |
Backout unintended change.
Diffstat (limited to 'comms')
-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 |