diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-06 04:49:31 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-06 04:49:31 +0000 |
commit | 51163f186d722db93a4694319e3e09c88587f9ce (patch) | |
tree | 52cbf7c3248d5b8fd0165e24e31fe7481db9d9cd /net-im/ickle | |
parent | - pkg-plist errors on i386 4 (perl5.005) (diff) |
Fix BROKEN by USE_LIBTOOL_VER=13
Approved by: portmgr (marcus)
Notes
Notes:
svn path=/head/; revision=125726
Diffstat (limited to 'net-im/ickle')
-rw-r--r-- | net-im/ickle/Makefile | 3 |
1 files changed, 1 insertions, 2 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 |