diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 15:45:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 15:45:39 +0800 |
commit | b1334ae856bb619d76517f639dafe465b1ecc5a7 (patch) | |
tree | 9edb952780c548bc21b0459c98ef94835736eb67 | |
parent | cdccb972625d38000d5e776009f828efadf0b83b (diff) | |
download | freebsd-ports-gnome-b1334ae856bb619d76517f639dafe465b1ecc5a7.tar.gz freebsd-ports-gnome-b1334ae856bb619d76517f639dafe465b1ecc5a7.tar.zst freebsd-ports-gnome-b1334ae856bb619d76517f639dafe465b1ecc5a7.zip |
Add USE_XLIB.
-rw-r--r-- | lang/STk/Makefile | 3 | ||||
-rw-r--r-- | lang/caml-light/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index c2c4528dabdb..7d369a46334c 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Sep 96 # Whom: jmacd@cs.berkeley.edu # -# $Id: Makefile,v 1.15 1998/10/13 23:09:20 jseger Exp $ +# $Id: Makefile,v 1.16 1998/11/11 02:03:40 asami Exp $ # DISTNAME= STk-3.1.1 @@ -14,6 +14,7 @@ MAINTAINER= jmacd@FreeBSD.ORG BROKEN_ELF= yes +USE_XLIB= yes PATCH_STRIP= -p1 GNU_CONFIGURE= yes MAKE_FLAGS= "prefix=${PREFIX}" -f diff --git a/lang/caml-light/Makefile b/lang/caml-light/Makefile index 3e98c6f7e7b5..525bcbf56ec9 100644 --- a/lang/caml-light/Makefile +++ b/lang/caml-light/Makefile @@ -3,7 +3,7 @@ # Date created: 21 July 1998 # Whom: jkoshy # -# $Id: Makefile,v 1.3 1998/10/13 23:45:15 jseger Exp $ +# $Id: Makefile,v 1.4 1998/11/20 15:26:10 kuriyama Exp $ # DISTNAME= cl74unix @@ -19,6 +19,7 @@ MAINTAINER= jkoshy@freebsd.org BROKEN_ELF= cp: bignum/libbignum.a: No such file or directory +USE_XLIB= yes WRKSRC= ${WRKDIR}/cl74 ALL_TARGET= configure world bootstrap MAN1= camlc.1 camllex.1 camllibr.1 camllight.1 camlmktop.1 camlrun.1 camlyacc.1 mletags.1 camllorder.1 camlsearch.1 |