diff options
author | agc <agc> | 2000-07-11 14:53:35 +0000 |
---|---|---|
committer | agc <agc> | 2000-07-11 14:53:35 +0000 |
commit | 813465eab99d862903e92f2ae1d6d94810276208 (patch) | |
tree | 07c067a284dd27eed2ac53c0ec79e856fd2442d9 /comms | |
parent | 31ed6132f5a4cef39bb92cc9715a49399ea88de7 (diff) | |
download | pkgsrc-813465eab99d862903e92f2ae1d6d94810276208.tar.gz |
Make the determination of the pre-req package's installed directory be
a bit more user-friendly.
Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/jpilot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/jpilot/Makefile b/comms/jpilot/Makefile index 072b55b3681..ff74dac20fb 100644 --- a/comms/jpilot/Makefile +++ b/comms/jpilot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/07/10 10:40:39 agc Exp $ +# $NetBSD: Makefile,v 1.5 2000/07/11 14:53:38 agc Exp $ # DISTNAME= jpilot-0.98.1 @@ -16,7 +16,7 @@ USE_LIBTOOL= YES USE_X11= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -CONFIGURE_ARGS+= --with-gtk-prefix="`${PKG_INFO} -qp gtk+ | ${AWK} '{print $$2}'`" +CONFIGURE_ARGS+= --with-gtk-prefix="`${MAKE} show-gtk+-prefix`" CONFIGURE_ARGS+= --with-pilot-prefix=${LOCALBASE} post-install: |