diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-06 12:49:31 +0800 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-01-06 12:49:31 +0800 |
commit | 51163f186d722db93a4694319e3e09c88587f9ce (patch) | |
tree | 52cbf7c3248d5b8fd0165e24e31fe7481db9d9cd /net | |
parent | 9e2d95bbe3819c1f8c20b92684e1269681d4fc0a (diff) | |
download | freebsd-ports-gnome-51163f186d722db93a4694319e3e09c88587f9ce.tar.gz freebsd-ports-gnome-51163f186d722db93a4694319e3e09c88587f9ce.tar.zst freebsd-ports-gnome-51163f186d722db93a4694319e3e09c88587f9ce.zip |
Fix BROKEN by USE_LIBTOOL_VER=13
Approved by: portmgr (marcus)
Diffstat (limited to 'net')
-rw-r--r-- | net/ickle/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |