summaryrefslogtreecommitdiff
path: root/net-im/meanwhile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-04 23:23:56 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-11-04 23:23:56 +0000
commit2d80fe4e88cb2c858775530b48284bfe213a7a85 (patch)
tree3a6a829524a69ddbefa10a55071049ad2ba68cd8 /net-im/meanwhile
parentChange MAINTAINERship to perl@. (diff)
Don't assume LOCALBASE is /usr/local when looking for the libgmp headers.
Reported by: dosirak via kris
Notes
Notes: svn path=/head/; revision=147244
Diffstat (limited to 'net-im/meanwhile')
-rw-r--r--net-im/meanwhile/Makefile3
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"