diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 18:42:20 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1998-10-12 18:42:20 +0000 |
commit | 75758e7d51d410823ebd95a8e1a1b1a81fae61dc (patch) | |
tree | b2da561ba6b490e1f0f004d272f8ab3f3f5e5efb /devel/libffi/Makefile | |
parent | 480000b2c9dc4c2b4c428fe4f5f972175e851080 (diff) | |
download | ports-75758e7d51d410823ebd95a8e1a1b1a81fae61dc.tar.gz ports-75758e7d51d410823ebd95a8e1a1b1a81fae61dc.zip |
Notes
Diffstat (limited to 'devel/libffi/Makefile')
-rw-r--r-- | devel/libffi/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libffi/Makefile b/devel/libffi/Makefile index e510528aa765..157df50d9702 100644 --- a/devel/libffi/Makefile +++ b/devel/libffi/Makefile @@ -3,7 +3,7 @@ # Date created: 14, June, 1998 # Whom: Horance Chou <horance@freedom.ie.cycu.edu.tw> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/08/10 00:08:48 steve Exp $ # DISTNAME= libffi-1.18 @@ -12,6 +12,8 @@ MASTER_SITES= ftp://ftp.cygnus.com:/pub/green/ MAINTAINER= horance@freedom.ie.cycu.edu.tw +BROKEN_ELF= libffi.so + GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${PKGNAME} ALL_TARGET= test |