diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:45:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:45:39 +0000 |
commit | fda2a2871dff7cb3f5bf82b8c6364b5da71c17b2 (patch) | |
tree | 98e0d5d62875af37cb2c79acebf2c47fa5f7dd33 /lang/STk | |
parent | a51b9110c95da093c59d5451e12f1a2f28dda780 (diff) |
Notes
Diffstat (limited to 'lang/STk')
-rw-r--r-- | lang/STk/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |