aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-29 12:43:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-29 12:43:13 +0000
commit5e0762a9564e268d4b9082c6548617a78306a15a (patch)
tree26fbb7dc3029f5ab0e53731f050deadcaac8f40f
parentfce6571b9b5fb9d0680de83eb6139b8903708bb0 (diff)
downloadports-5e0762a9564e268d4b9082c6548617a78306a15a.tar.gz
ports-5e0762a9564e268d4b9082c6548617a78306a15a.zip
More missing dependencies.
Notes
Notes: svn path=/head/; revision=14954
-rw-r--r--cad/magic/Makefile3
-rw-r--r--editors/jed/Makefile4
-rw-r--r--games/xtic/Makefile4
-rw-r--r--graphics/g2/Makefile3
-rw-r--r--graphics/xaos/Makefile4
-rw-r--r--japanese/xnetmaj/Makefile4
-rw-r--r--mail/xmail/Makefile4
-rw-r--r--math/gnuplot/Makefile3
-rw-r--r--misc/estic/Makefile3
-rw-r--r--sysutils/asapm/Makefile4
-rw-r--r--x11-clocks/asclock/Makefile4
11 files changed, 29 insertions, 11 deletions
diff --git a/cad/magic/Makefile b/cad/magic/Makefile
index 91fc9212f9ef..df921bd29a53 100644
--- a/cad/magic/Makefile
+++ b/cad/magic/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 Dec 1994
# Whom: swallace
#
-# $Id: Makefile,v 1.12 1996/12/06 08:18:34 swallace Exp $
+# $Id: Makefile,v 1.13 1996/12/06 23:27:03 asami Exp $
#
DISTNAME= magic-6.5
@@ -13,6 +13,7 @@ DISTFILES= magic-6_5_tar.Z
MAINTAINER= swallace@FreeBSD.org
+USE_XLIB= yes
USE_GMAKE= yes
BINS= magic ext2sim magicusage net2ir extcheck X11Helper ext2spice
diff --git a/editors/jed/Makefile b/editors/jed/Makefile
index 0fa4080c51c3..a5159e82f3b7 100644
--- a/editors/jed/Makefile
+++ b/editors/jed/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 APR 1997
# Whom: eric
#
-# $Id: Makefile,v 1.6 1998/10/13 01:25:32 jseger Exp $
+# $Id: Makefile,v 1.7 1998/10/14 04:13:40 jseger Exp $
#
DISTNAME= jed0.98-7
@@ -19,6 +19,8 @@ MAINTAINER= eric@cybernut.com
LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang
+USE_XLIB= yes
+
# comment out the next line if you don't want the X version of JED.
XJED= xjed
diff --git a/games/xtic/Makefile b/games/xtic/Makefile
index dfb6094b4402..ed4424555a72 100644
--- a/games/xtic/Makefile
+++ b/games/xtic/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 June 1995
# Whom: asami
#
-# $Id: Makefile,v 1.3 1997/12/25 22:29:22 asami Exp $
+# $Id: Makefile,v 1.4 1998/09/28 02:25:32 steve Exp $
#
DISTNAME= xtic1.12
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= games
MAINTAINER= ports@FreeBSD.ORG
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
USE_IMAKE= yes
MAN1= xtic.1
diff --git a/graphics/g2/Makefile b/graphics/g2/Makefile
index f45a68f82688..91b6edf1d4dd 100644
--- a/graphics/g2/Makefile
+++ b/graphics/g2/Makefile
@@ -3,7 +3,7 @@
# Date created: 16 July 1998
# Whom: Bill Fumerola <billf@chc-chimes.com>
#
-# $Id: Makefile,v 1.1.1.1 1998/08/10 00:12:43 steve Exp $
+# $Id: Makefile,v 1.2 1998/11/09 01:17:11 steve Exp $
#
DISTNAME= g2-0.30
@@ -15,6 +15,7 @@ MAINTAINER= billf@chc-chimes.com
BUILD_DEPENDS= ${PREFIX}/lib/libgd.a:${PORTSDIR}/graphics/gd
+USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CFLAGS="${CFLAGS} -I${PREFIX}/include/gd"
diff --git a/graphics/xaos/Makefile b/graphics/xaos/Makefile
index 0394a3a318fe..0ede97603990 100644
--- a/graphics/xaos/Makefile
+++ b/graphics/xaos/Makefile
@@ -3,7 +3,7 @@
# Date created: 24 February 1996
# Whom: Joseph Koshy <koshy@india.hp.com>
#
-# $Id: Makefile,v 1.7 1998/09/15 11:57:43 asami Exp $
+# $Id: Makefile,v 1.8 1998/09/17 00:50:49 asami Exp $
#
DISTNAME= XaoS-3.0
@@ -18,6 +18,8 @@ MAINTAINER= jkoshy@freebsd.org
LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png
+USE_XLIB= yes
+
# This port will benefit from all-stops-out optimization of the code
GNU_CONFIGURE= yes
diff --git a/japanese/xnetmaj/Makefile b/japanese/xnetmaj/Makefile
index 704f71bbc559..e5c1fed527ef 100644
--- a/japanese/xnetmaj/Makefile
+++ b/japanese/xnetmaj/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1998/02/28 03:41:46 itojun Exp $
+# $Id: Makefile,v 1.2 1998/08/05 09:31:20 asami Exp $
#
DISTNAME= netmaj
@@ -14,6 +14,8 @@ DISTFILES= netmaj-2.0.7.tar.gz netmaj-xui-2.0.7.tar.gz
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
USE_X_PREFIX= yes
ALL_TARGET= libs all
INSTALL_TARGET= install install-pf
diff --git a/mail/xmail/Makefile b/mail/xmail/Makefile
index 1d77f49d5a8c..9797c76d3a8a 100644
--- a/mail/xmail/Makefile
+++ b/mail/xmail/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 July 1997
# Whom: Stephen Roznowski <sjr1@flash.net>
#
-# $Id: Makefile,v 1.2 1998/01/09 04:59:36 andreas Exp $
+# $Id: Makefile,v 1.3 1998/08/25 00:44:27 asami Exp $
#
DISTNAME= xmail_1.6
@@ -14,6 +14,8 @@ MASTER_SITE_SUBDIR= applications
MAINTAINER= andreas@FreeBSD.ORG
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
USE_IMAKE= yes
MAN1= xmail.1
MANCOMPRESSED= no
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile
index 913c35fe8fdd..91c67398013e 100644
--- a/math/gnuplot/Makefile
+++ b/math/gnuplot/Makefile
@@ -3,7 +3,7 @@
# Date created: 19 April 1998
# Whom: chuckr
#
-# $Id: Makefile,v 1.18 1998/09/15 11:57:46 asami Exp $
+# $Id: Makefile,v 1.19 1998/09/17 00:50:50 asami Exp $
#
DISTNAME= gnuplot-beta340
@@ -16,6 +16,7 @@ MAINTAINER= chuckr@FreeBSD.org
LIB_DEPENDS= png.2:${PORTSDIR}/graphics/png
BUILD_DEPENDS= $(PREFIX)/lib/libgd.a:${PORTSDIR}/graphics/gd
+USE_XLIB= yes
WRKSRC= ${WRKDIR}/gnuplot
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
diff --git a/misc/estic/Makefile b/misc/estic/Makefile
index eaa8d2fd282d..b86e1278ed5e 100644
--- a/misc/estic/Makefile
+++ b/misc/estic/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 Sep 1996
# Whom: Julian Stacey <jhs@freebsd.org>
#
-# $Id: Makefile,v 1.1.1.1 1996/12/29 04:44:13 obrien Exp $
+# $Id: Makefile,v 1.2 1997/07/21 19:28:43 max Exp $
#
DISTNAME= estic-1.40-sources
@@ -18,6 +18,7 @@ MAINTAINER= jhs@FreeBSD.org
BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip
+USE_XLIB= yes
EXTRACT_CMD= unzip
EXTRACT_BEFORE_ARGS=# -q
NO_WRKSUBDIR= yes
diff --git a/sysutils/asapm/Makefile b/sysutils/asapm/Makefile
index d12794b9e270..f3b6be90ba9d 100644
--- a/sysutils/asapm/Makefile
+++ b/sysutils/asapm/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 Aug 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
-# $Id: Makefile,v 1.3 1998/11/02 03:44:55 steve Exp $
+# $Id: Makefile,v 1.4 1998/11/21 07:27:40 steve Exp $
#
DISTNAME= asapm-2.2
@@ -12,6 +12,8 @@ MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/
MAINTAINER= handy@physics.montana.edu
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
USE_X_PREFIX= yes
MAN1= asapm.1x
diff --git a/x11-clocks/asclock/Makefile b/x11-clocks/asclock/Makefile
index 8e3084c32e12..153d6bf75bff 100644
--- a/x11-clocks/asclock/Makefile
+++ b/x11-clocks/asclock/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 June 1997
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.3 1998/09/21 01:38:42 steve Exp $
+# $Id: Makefile,v 1.4 1998/09/22 22:32:03 asami Exp $
#
DISTNAME= asclock
@@ -15,6 +15,8 @@ EXTRACT_SUFX= .tgz
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+
USE_IMAKE= yes
MAN1= asclock.1