diff options
author | jlam <jlam@pkgsrc.org> | 2001-03-01 20:57:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-03-01 20:57:59 +0000 |
commit | 20b0f0d18e848d14790b25adef2bd2b1b3fd6282 (patch) | |
tree | 4ede12ee11c98b402ded6d80ec3a3c2c922eb0c8 /comms/jpilot-syncmal/Makefile | |
parent | 7a8f93f37a5407177b0d415d34885a88e20cbb55 (diff) | |
download | pkgsrc-20b0f0d18e848d14790b25adef2bd2b1b3fd6282.tar.gz |
Add USE_X11 as it requires X11 headers when building.
Diffstat (limited to 'comms/jpilot-syncmal/Makefile')
-rw-r--r-- | comms/jpilot-syncmal/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile index fd3359ae5ea..ce4a538cfc7 100644 --- a/comms/jpilot-syncmal/Makefile +++ b/comms/jpilot-syncmal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/03/01 20:40:06 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2001/03/01 20:57:59 jlam Exp $ DISTNAME= jpilot-syncmal_0.60 PKGNAME= jpilot-syncmal-0.60 @@ -16,6 +16,7 @@ MALDIR= ${PKGSRCDIR}/comms/malsync MALSRC= ${MALDIR}/${WRKDIR:T}/malsync GNU_CONFIGURE= # defined +USE_X11= # defined USE_GMAKE= # defined USE_LIBTOOL= # defined LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig |