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 | |
parent | 9e2d95bbe3819c1f8c20b92684e1269681d4fc0a (diff) | |
download | ports-51163f186d722db93a4694319e3e09c88587f9ce.tar.gz ports-51163f186d722db93a4694319e3e09c88587f9ce.zip |
Notes
Diffstat (limited to 'net-im')
-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 |