aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-06 04:49:31 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-06 04:49:31 +0000
commit51163f186d722db93a4694319e3e09c88587f9ce (patch)
tree52cbf7c3248d5b8fd0165e24e31fe7481db9d9cd
parent9e2d95bbe3819c1f8c20b92684e1269681d4fc0a (diff)
downloadports-51163f186d722db93a4694319e3e09c88587f9ce.tar.gz
ports-51163f186d722db93a4694319e3e09c88587f9ce.zip
Fix BROKEN by USE_LIBTOOL_VER=13
Approved by: portmgr (marcus)
Notes
Notes: svn path=/head/; revision=125726
-rw-r--r--net-im/ickle/Makefile3
-rw-r--r--net/ickle/Makefile3
2 files changed, 2 insertions, 4 deletions
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile
index 9f73a5e294a9..e76fca193d48 100644
--- a/net-im/ickle/Makefile
+++ b/net-im/ickle/Makefile
@@ -19,12 +19,11 @@ COMMENT= ICQ2000 protocol implementation
LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- \
icq2000.5:${PORTSDIR}/net/libicq2000
-BROKEN= "Does not build"
-
USE_X_PREFIX= yes
USE_GNOME= gtk12
WANT_GNOME= yes
USE_ICONV= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes
diff --git a/net/ickle/Makefile b/net/ickle/Makefile
index 9f73a5e294a9..e76fca193d48 100644
--- a/net/ickle/Makefile
+++ b/net/ickle/Makefile
@@ -19,12 +19,11 @@ COMMENT= ICQ2000 protocol implementation
LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- \
icq2000.5:${PORTSDIR}/net/libicq2000
-BROKEN= "Does not build"
-
USE_X_PREFIX= yes
USE_GNOME= gtk12
WANT_GNOME= yes
USE_ICONV= yes
+USE_LIBTOOL_VER= 13
USE_REINPLACE= yes
GNU_CONFIGURE= yes
INSTALLS_SHLIB= yes