diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2004-08-20 20:30:00 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2004-08-20 20:30:00 +0000 |
commit | eca570af5a1daa40f9b7f4c6a7b1e469c5569806 (patch) | |
tree | 1754bf3d839471a15f8305eee36c60eb0f175a4f | |
parent | 7fd187bf2e853c62c2d4365c9447be34e5f8ce5e (diff) | |
download | ports-eca570af5a1daa40f9b7f4c6a7b1e469c5569806.tar.gz ports-eca570af5a1daa40f9b7f4c6a7b1e469c5569806.zip |
Notes
-rw-r--r-- | devel/ffcall/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 2579716a4a45..46cd4f84d388 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -7,6 +7,7 @@ PORTNAME= ffcall PORTVERSION= 1.9 +PORTREVISION= 1 CATEGORIES= devel #MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ @@ -17,7 +18,7 @@ MAINTAINER= dinoex@FreeBSD.org COMMENT= Foreign function call libraries USE_GMAKE= yes -USE_LIBTOOL_VER= 13 +USE_LIBTOOL_VER= 15 NOT_FOR_ARCHS= sparc64 MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 |