Skip to content

Commit

Permalink
add USE_X11=yes
Browse files Browse the repository at this point in the history
  • Loading branch information
garbled committed Apr 26, 1999
1 parent 44fe768 commit 96f12ae
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 6 deletions.
3 changes: 2 additions & 1 deletion net/ethereal/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.2 1999/02/19 14:32:49 rh Exp $
# $NetBSD: Makefile,v 1.3 1999/04/26 19:15:37 garbled Exp $
#

DISTNAME= ethereal-0.5.1
Expand All @@ -10,6 +10,7 @@ HOMEPAGE= http://ethereal.zing.org/

DEPENDS= gtk10-1.0.6:../../x11/gtk10

USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE}
CONFIGURE_ENV+= GTK_CONFIG="${X11BASE}/bin/gtk10-config"
Expand Down
3 changes: 2 additions & 1 deletion net/scotty/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.17 1999/04/01 13:38:45 agc Exp $
# $NetBSD: Makefile,v 1.18 1999/04/26 19:15:38 garbled Exp $
# FreeBSD Id: Makefile,v 1.21 1997/08/27 23:01:53 cwt Exp
#

Expand All @@ -11,6 +11,7 @@ HOMEPAGE= http://wwwhome.cs.utwente.nl/~schoenw/scotty/

DEPENDS+= tk-8.0.5:../../x11/tk80

USE_X11= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --with-tcl-config=${PREFIX}/lib/tcl8.0 \
--with-tk-config=${PREFIX}/lib/tk8.0
Expand Down
3 changes: 2 additions & 1 deletion net/tkicb/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 1999/04/01 13:38:45 agc Exp $
# $NetBSD: Makefile,v 1.7 1999/04/26 19:15:38 garbled Exp $
#

DISTNAME= icb.2.1.4
Expand All @@ -12,6 +12,7 @@ HOMEPAGE= http://www.icb.net/

DEPENDS= tk-8.0.5:../../x11/tk80

USE_X11= yes
NO_PATCH= yes
NO_CONFIGURE= yes
NO_WRKSUBDIR= yes
Expand Down
3 changes: 2 additions & 1 deletion net/tkirc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.11 1999/04/01 13:38:45 agc Exp $
# $NetBSD: Makefile,v 1.12 1999/04/26 19:15:38 garbled Exp $

DISTNAME= tkirc1.202
PKGNAME= tkirc-1.202
Expand All @@ -11,6 +11,7 @@ HOMEPAGE= http://www.north.de/~atte/tkirc/
DEPENDS+= ircII-4.4:../../net/ircII
DEPENDS+= tk-8.0.5:../../x11/tk80

USE_X11= yes
NO_CONFIGURE= yes
NO_BUILD= yes
WRKSRC= ${WRKDIR}/tkirc
Expand Down
3 changes: 2 additions & 1 deletion net/xtraceroute/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.4 1999/03/04 08:58:42 tron Exp $
# $NetBSD: Makefile,v 1.5 1999/04/26 19:15:38 garbled Exp $
#

DISTNAME= xtraceroute-0.8.14
Expand All @@ -14,6 +14,7 @@ DEPENDS+= Mesa-3.0:../../graphics/Mesa
DEPENDS+= gtkglarea-1.1:../../x11/gtkglarea
DEPENDS+= tiff-3.4:../../graphics/tiff

USE_X11= yes
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --with-gtk-prefix=${X11BASE}
# XXX Actually, Mesa's in X11BASE too, but as our tiff is in LOCALBASE
Expand Down
3 changes: 2 additions & 1 deletion net/zephyr/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.13 1999/04/13 15:31:06 agc Exp $
# $NetBSD: Makefile,v 1.14 1999/04/26 19:15:39 garbled Exp $
#

DISTNAME= zephyr-2.0.4
Expand All @@ -15,6 +15,7 @@ CONFIGURE_ARGS+="--with-krb4"
CONFIGURE_ENV+=CPPFLAGS=-I/usr/include/kerberosIV
.endif

USE_X11= yes
GNU_CONFIGURE= yes

ZEPHYR_RCDIR= ${PREFIX}/etc/rc.d
Expand Down

0 comments on commit 96f12ae

Please sign in to comment.