From da880765886f48c0ac8fd253e5601d04ea853215 Mon Sep 17 00:00:00 2001 From: ade Date: Thu, 23 Feb 2006 10:40:44 +0000 Subject: Conversion to a single libtool environment. Approved by: portmgr (kris) --- ftp/gftp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp/gftp') diff --git a/ftp/gftp/Makefile b/ftp/gftp/Makefile index 7de403a0f189..5d20cb94fb33 100644 --- a/ftp/gftp/Makefile +++ b/ftp/gftp/Makefile @@ -50,7 +50,7 @@ USE_GNOME+= gtk20 CONFIGURE_ENV+= _GTHREAD_LIBS="-lgthread-2.0" .else USE_GNOME+= gtk12 -CONFIGURE_ENV+= _GTHREAD_LIBS="-lgthread12" +CONFIGURE_ENV+= _GTHREAD_LIBS="-lgthread-12" CONFIGURE_ARGS+=--disable-gtk20 .endif .endif -- cgit