diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2005-01-15 11:12:42 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2005-01-15 11:12:42 +0000 |
commit | 817234decdebae0ba355535ceed5b6bcdb1455e5 (patch) | |
tree | b89657a22fe12098df16fcda85dee487abe8f0c6 /devel/ffcall | |
parent | ae20ecb62c11b75e59806f1e3d0e86a348500d4e (diff) |
Notes
Diffstat (limited to 'devel/ffcall')
-rw-r--r-- | devel/ffcall/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 39a52794407d..1a35094ef84d 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -8,10 +8,9 @@ PORTNAME= ffcall PORTVERSION= 1.10 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNUSTEP} \ - ftp://ftp.gnustep.org/pub/gnustep/libs/ -MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ -MASTER_SITE_SUBDIR= libs +MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ +#MASTER_SITES+= ${MASTER_SITE_GNUSTEP} +#MASTER_SITE_SUBDIR= libs MAINTAINER= dinoex@FreeBSD.org COMMENT= Foreign function call libraries |