diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:28:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-26 09:28:49 +0000 |
commit | 7729d0afa1144caf296f65e14b76f52e3992770a (patch) | |
tree | 0b5c13924181ce9c4197cf2d2e313cd9e08338dd /graphics/gtkdps | |
parent | 7cbbfb76cf0608d316ea9ccfe166b4c407e48a94 (diff) |
Notes
Diffstat (limited to 'graphics/gtkdps')
-rw-r--r-- | graphics/gtkdps/Makefile | 8 |
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> |