diff options
author | miwi <miwi@FreeBSD.org> | 2014-01-31 17:26:27 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-01-31 17:26:27 +0800 |
commit | 8b934c7c0122cbfd35803946a00eddeb8bf2cf25 (patch) | |
tree | 7a6b6ef90302fb36f6266d2cfa25726f0fd22312 /net-im | |
parent | 816aa91da3e447aabdc9cc5d8effad7b1a3aa640 (diff) | |
download | freebsd-ports-gnome-8b934c7c0122cbfd35803946a00eddeb8bf2cf25.tar.gz freebsd-ports-gnome-8b934c7c0122cbfd35803946a00eddeb8bf2cf25.tar.zst freebsd-ports-gnome-8b934c7c0122cbfd35803946a00eddeb8bf2cf25.zip |
- Convert to USES
- Stage support
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] |