aboutsummaryrefslogtreecommitdiff
path: root/graphics/gtkdps
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-26 09:28:49 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-26 09:28:49 +0000
commit7729d0afa1144caf296f65e14b76f52e3992770a (patch)
tree0b5c13924181ce9c4197cf2d2e313cd9e08338dd /graphics/gtkdps
parent7cbbfb76cf0608d316ea9ccfe166b4c407e48a94 (diff)
downloadports-7729d0afa1144caf296f65e14b76f52e3992770a.tar.gz
ports-7729d0afa1144caf296f65e14b76f52e3992770a.zip
BROKEN on alpha: Does not compile
Notes
Notes: svn path=/head/; revision=102172
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r--graphics/gtkdps/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/graphics/gtkdps/Makefile b/graphics/gtkdps/Makefile
index 036e2aa953d5..c49fd1f4d487 100644
--- a/graphics/gtkdps/Makefile
+++ b/graphics/gtkdps/Makefile
@@ -24,4 +24,10 @@ INSTALLS_SHLIB= yes
CONFIGURE_ARGS= --with-dps-includes=${X11BASE}/include \
--with-dps-libraries=${X11BASE}/lib
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "alpha"
+BROKEN= "Does not compile on alpha"
+.endif
+
+.include <bsd.port.post.mk>