diff options
author | oliver <oliver@FreeBSD.org> | 2005-06-10 02:14:16 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-06-10 02:14:16 +0800 |
commit | 31498d487dbc4154713034ec80d7248270b1cdaf (patch) | |
tree | f8f801d1f6a20b5e6fb0a9b57773c06e41577e08 /net-im | |
parent | ca80bd5e59cc7007de7148f1b9f663ee83326316 (diff) | |
download | freebsd-ports-gnome-31498d487dbc4154713034ec80d7248270b1cdaf.tar.gz freebsd-ports-gnome-31498d487dbc4154713034ec80d7248270b1cdaf.tar.zst freebsd-ports-gnome-31498d487dbc4154713034ec80d7248270b1cdaf.zip |
fix build on 4
Noted by: pointyhat via kris
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/ayttm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/ayttm/Makefile b/net-im/ayttm/Makefile index c4f23f511ccd..8058d7092576 100644 --- a/net-im/ayttm/Makefile +++ b/net-im/ayttm/Makefile @@ -27,13 +27,13 @@ USE_BZIP2= yes USE_GCC= 3.4 USE_X_PREFIX= yes WANT_GNOME= yes -USE_GNOME= gdkpixbuf gnometarget lthack +USE_GNOME= gdkpixbuf gnometarget USE_OPENSSL= yes USE_GETOPT_LONG= yes USE_LIBLTDL= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_LIBTOOL_VER=15 +GNU_CONFIGURE= yes LIBTOOLFLAGS= # none CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --enable-smtp --enable-jasper-filter |