aboutsummaryrefslogtreecommitdiff
path: root/x11/aterm/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:20:32 +0000
committerMartin Wilke <miwi@FreeBSD.org>2010-03-20 14:20:32 +0000
commitf29016bb0c2ecf3fcc4fb0da9e3769b81e731635 (patch)
tree012ac35d4d6c0beb8360a91bdbc3e3e9c046e4bf /x11/aterm/Makefile
parent378fc70b8771210e6c9ea795708a611e175a7adc (diff)
downloadports-f29016bb0c2ecf3fcc4fb0da9e3769b81e731635.tar.gz
ports-f29016bb0c2ecf3fcc4fb0da9e3769b81e731635.zip
Notes
Diffstat (limited to 'x11/aterm/Makefile')
-rw-r--r--x11/aterm/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/x11/aterm/Makefile b/x11/aterm/Makefile
index 01d82b9d7560..58c32d4061e0 100644
--- a/x11/aterm/Makefile
+++ b/x11/aterm/Makefile
@@ -23,6 +23,12 @@ CONFIGURE_ARGS+= --enable-transparency \
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib"
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 900007
+BROKEN= fails to build with new utmpx
+.endif
+
.if !defined(WITHOUT_BACKGROUND_IMAGE)
LIB_DEPENDS+= AfterImage.0:${PORTSDIR}/graphics/libafterimage
CONFIGURE_ARGS+= --enable-background-image
@@ -71,4 +77,4 @@ MAN1= aterm.1
post-install:
@${CHMOD} 4711 ${PREFIX}/bin/aterm
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>