diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /net-im/meanwhile | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) |
Notes
Diffstat (limited to 'net-im/meanwhile')
-rw-r--r-- | net-im/meanwhile/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index 8e08ef1957d9..ffcd1208ea16 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: meanwhile -# Date created: 24 June 2004 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= meanwhile PORTVERSION= 1.0.2 @@ -15,9 +11,9 @@ MAINTAINER= marcus@FreeBSD.org COMMENT= Open Source implementation of the Lotus Sametime protocol USE_AUTOTOOLS= libtool +USES= pkgconfig USE_GMAKE= yes USE_GNOME= gnomehack glib20 -USE_PKGCONFIG= build USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-doxygen=no \ |