diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 23:09:20 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-13 23:09:20 +0000 |
commit | 6f4b07dd27dbf35a915864575b7c67fcf4b4877e (patch) | |
tree | e750d4bcb74345bc32fa0290582fdd9e95913a1a /lang/STk | |
parent | c15b3bdfae6f83c54a3ee15b8a0f1832ab145131 (diff) | |
download | ports-6f4b07dd27dbf35a915864575b7c67fcf4b4877e.tar.gz ports-6f4b07dd27dbf35a915864575b7c67fcf4b4877e.zip |
Notes
Diffstat (limited to 'lang/STk')
-rw-r--r-- | lang/STk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 68613d0b39db..213d5ba4ddfb 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.13 1997/03/06 10:58:52 asami Exp $ +# $Id: Makefile,v 1.14 1998/03/08 01:39:21 jmacd Exp $ # DISTNAME= STk-3.1.1 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://kaolin.unice.fr/pub/ MAINTAINER= jmacd@FreeBSD.ORG +BROKEN_ELF= yes + PATCH_STRIP= -p1 GNU_CONFIGURE= yes MAKE_FLAGS= "prefix=${PREFIX}" -f |