From 3d764f87ae773b523a80d3737bcee0b2898642e2 Mon Sep 17 00:00:00 2001 From: sebastia Date: Sun, 7 Nov 2010 15:52:38 +0000 Subject: [PATCH] Fix WANTLIB OK, jasper@ --- x11/gnustep/ftp/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/gnustep/ftp/Makefile b/x11/gnustep/ftp/Makefile index 6dfbffbc13a..968e917ceca 100644 --- a/x11/gnustep/ftp/Makefile +++ b/x11/gnustep/ftp/Makefile @@ -1,7 +1,8 @@ -# $OpenBSD: Makefile,v 1.1.1.1 2010/10/26 14:19:29 sebastia Exp $ +# $OpenBSD: Makefile,v 1.2 2010/11/07 15:52:38 sebastia Exp $ COMMENT= GNUstep file transfer protcol tool +REVISION= 0 DISTNAME= FTP-0.2 PKGNAME= ${DISTNAME:L} CATEGORIES= net @@ -10,5 +11,6 @@ HOMEPAGE= http://gap.nongnu.org/ftp/ MASTER_SITES= http://savannah.nongnu.org/download/gap/ MODULES= x11/gnustep +WANTLIB += c m pthread .include