diff options
author | garbled <garbled> | 1999-04-26 18:38:28 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-26 18:38:28 +0000 |
commit | 1014b9abc98aade55cd24a3849aba55b69addda7 (patch) | |
tree | d35220b289012141922a93aca72c63bd3963cf12 /graphics/urt | |
parent | 3ce59d0261e79ed7daaca37768d4c3769c6e112b (diff) | |
download | pkgsrc-1014b9abc98aade55cd24a3849aba55b69addda7.tar.gz |
add USE_X11=yes
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 59c89ca2c71..a9d87bed34c 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1999/04/05 17:23:02 mycroft Exp $ +# $NetBSD: Makefile,v 1.6 1999/04/26 18:47:56 garbled Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp # @@ -19,6 +19,7 @@ BUILD_DEPENDS+= ${BUILD_ROOT}/graphics/netpbm/${WRKDIR:T}/netpbm:../../graphics/ EXTRACT_ONLY= urt-3.1b.tar.Z +USE_X11= yes NO_WRKSUBDIR= yes CONFIGURE_SCRIPT=Configure CONFIGURE_ARGS= config/urt |