Removed a hidden dependencies on net/curl.
Cheers
Giovanni
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/tea/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- Makefile 28 Mar 2008 13:13:11 -0000 1.2
+++ Makefile 30 Apr 2008 07:12:24 -0000
@@ -3,6 +3,7 @@
COMMENT= powerful and simple GTK editor
DISTNAME= tea-17.6.0
+PKGNAME= ${DISTNAME}p0
CATEGORIES= editors x11
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=tea-editor/}
EXTRACT_SUFX= .tar.bz2
Index: patches/patch-configure
===================================================================
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- /dev/null 1 Jan 1970 00:00:00 -0000
+++ patches/patch-configure 30 Apr 2008 07:12:24 -0000
@@ -0,0 +1,26 @@
+$OpenBSD$
+--- configure.orig Wed Apr 30 09:07:19 2008
++++ configure Wed Apr 30 09:09:09 2008
+@@ -5764,22 +5764,6 @@ else
+ pkg_modules="gtk+-2.0 >= 2.4.0"
+ fi
+
+-
+-echo -n "checking for libcurl... "
+-if pkg-config --exists libcurl ; then
+- LIBS="$LIBS `pkg-config --libs libcurl `"
+- CFLAGS="$CFLAGS `pkg-config --cflags libcurl `"
+-
+-cat >>confdefs.h <<\_ACEOF
+-#define LIBCURL_SUPPORTED 1
+-_ACEOF
+-
+- echo "yes"
+-else
+- echo "no"
+-fi
+-
+-
+ echo -n "checking for zziplib... "
+ if pkg-config --exists zziplib ; then
+ LIBS="$LIBS `pkg-config --libs zziplib `"