diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-02-05 19:54:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2014-02-05 19:54:26 +0000 |
commit | fa45aef6d51e6bac561eb88dbd3a67e694b6d4a7 (patch) | |
tree | cc5f6d839e24ec53defb3c0e16bc8654af402cfe /net-im | |
parent | ba02f78f21e76eea29bc1e253b66b3b0a5da3e14 (diff) | |
download | ports-fa45aef6d51e6bac561eb88dbd3a67e694b6d4a7.tar.gz ports-fa45aef6d51e6bac561eb88dbd3a67e694b6d4a7.zip |
Notes
Diffstat (limited to 'net-im')
-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 8eee4be81802..dd8c55daf4cb 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -3,7 +3,7 @@ PORTNAME= meanwhile PORTVERSION= 1.0.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= net-im MASTER_SITES= SF @@ -15,6 +15,7 @@ USES= pkgconfig gmake pathfix USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes +USE_GCC= any CONFIGURE_ARGS= --enable-doxygen=no \ --with-gmp-prefix=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION |