diff options
author | tron <tron@pkgsrc.org> | 2000-11-08 13:15:38 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-08 13:15:38 +0000 |
commit | 055f2e1692c7f36a01066ade16eb5dda34fe6227 (patch) | |
tree | 882a2ecda4947029a9138022f69c2d45ff5d08b3 | |
parent | a813c7172605deaa2641213bde74e3df949b6f19 (diff) | |
download | pkgsrc-055f2e1692c7f36a01066ade16eb5dda34fe6227.tar.gz |
Backout unintended change.
-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 |