diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-12-04 15:34:27 +0800 |
commit | 4a8684e352ac6d7260613e6ad3743fabd00eaf7d (patch) | |
tree | c1022f7df000935302e4c7f143c5b049290dacc2 /net-im/ickle | |
parent | 6029732777f019908166457c71136521713b91f7 (diff) | |
download | freebsd-ports-gnome-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.gz freebsd-ports-gnome-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.tar.zst freebsd-ports-gnome-4a8684e352ac6d7260613e6ad3743fabd00eaf7d.zip |
Sync to new bsd.autotools.mk
Diffstat (limited to 'net-im/ickle')
-rw-r--r-- | net-im/ickle/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/ickle/Makefile b/net-im/ickle/Makefile index 833193f56a73..fa1e855938ac 100644 --- a/net-im/ickle/Makefile +++ b/net-im/ickle/Makefile @@ -21,7 +21,7 @@ LIB_DEPENDS= gtkmm-1.2.2:${PORTSDIR}/x11-toolkits/gtkmm12 \ USE_GNOME= gtk12 WANT_GNOME= yes USE_ICONV= yes -USE_AUTOTOOLS= libtool:22 +USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --with-sigc-prefix=${LOCALBASE} \ --with-gtkmm-prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="`${LOCALBASE}/bin/sigc-config --cflags`" |