diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-04 23:23:56 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-04 23:23:56 +0000 |
commit | 2d80fe4e88cb2c858775530b48284bfe213a7a85 (patch) | |
tree | 3a6a829524a69ddbefa10a55071049ad2ba68cd8 /net-im/meanwhile | |
parent | 265c604aea71ebb9bc0589d0ddf3e2c90a50ec25 (diff) | |
download | ports-2d80fe4e88cb2c858775530b48284bfe213a7a85.tar.gz ports-2d80fe4e88cb2c858775530b48284bfe213a7a85.zip |
Notes
Diffstat (limited to 'net-im/meanwhile')
-rw-r--r-- | net-im/meanwhile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index 55e9648156f4..f9ab9ae61bbb 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -20,7 +20,8 @@ USE_GMAKE= yes USE_GNOME= gnomehack glib20 INSTALLS_SHLIB= yes USE_LIBTOOL_VER=15 -CONFIGURE_ARGS= --enable-doxygen=no +CONFIGURE_ARGS= --enable-doxygen=no \ + --with-gmp-prefix=${LOCALBASE} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |