diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:26:27 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-01-31 09:26:27 +0000 |
commit | 95812f4f3ffd4dd15786ad4de2748477515e82ff (patch) | |
tree | 7a6b6ef90302fb36f6266d2cfa25726f0fd22312 /net-im | |
parent | e9130a15bc69e9e42dd468c42cf8fbec8469c562 (diff) | |
download | ports-95812f4f3ffd4dd15786ad4de2748477515e82ff.tar.gz ports-95812f4f3ffd4dd15786ad4de2748477515e82ff.zip |
Notes
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/meanwhile/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net-im/meanwhile/Makefile b/net-im/meanwhile/Makefile index 36724eb243da..8eee4be81802 100644 --- a/net-im/meanwhile/Makefile +++ b/net-im/meanwhile/Makefile @@ -11,9 +11,8 @@ 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 +USES= pkgconfig gmake pathfix +USE_GNOME= glib20 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-doxygen=no \ @@ -23,7 +22,6 @@ LDFLAGS+= -L${LOCALBASE}/lib DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ ${WRKSRC}/samples/*.c ${WRKSRC}/src/*.[ch] |