diff options
author | tron <tron> | 2000-03-27 08:54:53 +0000 |
---|---|---|
committer | tron <tron> | 2000-03-27 08:54:53 +0000 |
commit | ba4960f3f055ba80189aacb4ecc5e93c3d84fb70 (patch) | |
tree | 511618ca7cff95a74e9dfdad946115bd53879987 /graphics/urt | |
parent | 5082261f9038d5872c880dcf449271ea495f4a5d (diff) | |
download | pkgsrc-ba4960f3f055ba80189aacb4ecc5e93c3d84fb70.tar.gz |
Adapt to new handling of "${CONFIGURE}".
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 25093055e00..249b5cf4e99 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/01/02 03:36:53 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2000/03/27 08:54:56 tron Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp # @@ -21,7 +21,7 @@ EXTRACT_ONLY= urt-3.1b.tar.Z USE_X11= yes NO_WRKSUBDIR= yes -CONFIGURE_SCRIPT=Configure +CONFIGURE_SCRIPT=./Configure CONFIGURE_ARGS= config/urt HAS_CONFIGURE= yes MAKEFILE= makefile |