diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-11-09 16:35:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-11-09 16:35:23 +0000 |
commit | 050af2cc0837ba9cbab4ae763020f6fa7108e9f5 (patch) | |
tree | 89aebb0180f36ea3473ba881605979e2135241d8 /x11-toolkits/viewklass | |
parent | f2e3c775225c0e85687fb75aaf546627fd4c167c (diff) |
Fix ordering: inclusion of definitions of variables; inclusion of
bsd.port.pre.mk; inclusion of things that depend on both. While
here, pacify portlint a bit. PR: ports/57502 (partial).
Notes
Notes:
svn path=/head/; revision=93557
Diffstat (limited to 'x11-toolkits/viewklass')
-rw-r--r-- | x11-toolkits/viewklass/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/x11-toolkits/viewklass/Makefile b/x11-toolkits/viewklass/Makefile index 6e6aa6d9e403..9abbcd507843 100644 --- a/x11-toolkits/viewklass/Makefile +++ b/x11-toolkits/viewklass/Makefile @@ -16,23 +16,22 @@ DISTNAME= ViewKlass-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= C++ Framework for Motif +USE_X_PREFIX= yes +USE_MOTIF= yes +USE_REINPLACE= yes +GNU_CONFIGURE= yes + .include <bsd.port.pre.mk> -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake .if ${XFREE86_VERSION} == 3 -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake +BUILD_DEPENDS+= xmkmf:${PORTSDIR}/devel/imake .else -BUILD_DEPENDS= xmkmf:${PORTSDIR}/devel/imake-4 +BUILD_DEPENDS+= xmkmf:${PORTSDIR}/devel/imake-4 .endif -USE_X_PREFIX= yes -USE_MOTIF= yes -USE_REINPLACE= yes -GNU_CONFIGURE= yes - post-patch: @${REINPLACE_CMD} -e 's/^CFLAGS=/CFLAGS+=/g ; \ - s/^CXXFLAGS=/CXXFLAGS+=/g ; \ - s/-g -Wall//g' ${WRKSRC}/Makefile.in + s/^CXXFLAGS=/CXXFLAGS+=/g ; \ + s/-g -Wall//g' ${WRKSRC}/Makefile.in .include <bsd.port.post.mk> |