diff options
author | agc <agc> | 2000-07-11 14:53:35 +0000 |
---|---|---|
committer | agc <agc> | 2000-07-11 14:53:35 +0000 |
commit | 05692df58e5b6df12ead64953f810dacb961d423 (patch) | |
tree | 07c067a284dd27eed2ac53c0ec79e856fd2442d9 /games/xarchon | |
parent | d2de6f19d28f70dc6b4d55367215a0590aa8a05e (diff) | |
download | pkgsrc-05692df58e5b6df12ead64953f810dacb961d423.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 'games/xarchon')
-rw-r--r-- | games/xarchon/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index 0d78d4feb8a..d6e1610d13c 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2000/07/10 13:29:39 agc Exp $ +# $NetBSD: Makefile,v 1.12 2000/07/11 14:53:41 agc Exp $ # DISTNAME= xarchon-0.50 @@ -14,8 +14,8 @@ DEPENDS+= gtk+-1.2.*:../../x11/gtk DEPENDS+= esound-*:../../audio/esound GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--with-xpm-prefix=`${PKG_INFO} -qp xpm | ${AWK} '{print $$2}'` \ - --with-gtk-prefix=`${PKG_INFO} -qp gtk+ | ${AWK} '{print $$2}'` \ +CONFIGURE_ARGS+=--with-xpm-prefix=`${MAKE} show-xpm-prefix` \ + --with-gtk-prefix=`${MAKE} show-gtk+-prefix` \ --with-esd-prefix=${LOCALBASE} .include "../../mk/bsd.prefs.mk" |