diff options
author | tron <tron> | 2000-11-08 13:15:38 +0000 |
---|---|---|
committer | tron <tron> | 2000-11-08 13:15:38 +0000 |
commit | 7c7d099d59e512954e32d54dd7d9472b0a2b7710 (patch) | |
tree | 882a2ecda4947029a9138022f69c2d45ff5d08b3 /comms | |
parent | e96a899b6e5cb5139498d21075664e5b342fbf01 (diff) | |
download | pkgsrc-7c7d099d59e512954e32d54dd7d9472b0a2b7710.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 |