diff options
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] |