diff options
author | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-10-19 09:42:01 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@FreeBSD.org> | 2005-10-19 09:42:01 +0000 |
commit | 22aeb9c1932ead3690de64642b9d3e71f508014a (patch) | |
tree | 8d62eb488da1a758eec091f1e490f55f452140a6 /net-im | |
parent | 5f4c0b4ca29223877d27278d620aaef624141931 (diff) | |
download | ports-22aeb9c1932ead3690de64642b9d3e71f508014a.tar.gz ports-22aeb9c1932ead3690de64642b9d3e71f508014a.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/mcabber/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net-im/mcabber/Makefile b/net-im/mcabber/Makefile index 3650606a08b9..83b2108384b0 100644 --- a/net-im/mcabber/Makefile +++ b/net-im/mcabber/Makefile @@ -7,6 +7,7 @@ PORTNAME= mcabber PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/ @@ -19,6 +20,7 @@ USE_OPENSSL= yes USE_ICONV= yes USE_GETTEXT= yes USE_GNOME= glib20 +USE_GETOPT_LONG= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" MAN1= mcabber.1 |