diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /net-im/ickle | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'net-im/ickle')
-rw-r--r-- | net-im/ickle/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index f7304491eadc..6157351a0cba 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -16,16 +16,15 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= ICQ2000 protocol implementation -LIB_DEPENDS= gtkmm:${PORTSDIR}/x11-toolkits/gtk-- \ +LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtk-- \ icq2000.5:${PORTSDIR}/net-im/libicq2000 USE_X_PREFIX= yes USE_GNOME= gtk12 WANT_GNOME= yes USE_ICONV= yes -USE_AUTOTOOLS= libtool:15 USE_REINPLACE= yes -GNU_CONFIGURE= yes +USE_AUTOTOOLS= libtool:15 CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \ --with-gtkmm-prefix=${X11BASE} |