diff options
author | kris <kris@FreeBSD.org> | 2004-09-26 10:11:06 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-26 10:11:06 +0800 |
commit | a1cf74f547b633edaf96014f747c867f538d9282 (patch) | |
tree | 6c5208210711df8cb6813fd71c015d19873d261a /print | |
parent | 7bf40d5ae779afbe6310339d7aa05eb94c95e0ff (diff) | |
download | freebsd-ports-gnome-a1cf74f547b633edaf96014f747c867f538d9282.tar.gz freebsd-ports-gnome-a1cf74f547b633edaf96014f747c867f538d9282.tar.zst freebsd-ports-gnome-a1cf74f547b633edaf96014f747c867f538d9282.zip |
BROKEN: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'print')
-rw-r--r-- | print/pips-spr800/Makefile | 2 | ||||
-rw-r--r-- | print/pipsg900/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/print/pips-spr800/Makefile b/print/pips-spr800/Makefile index e2cef9100368..32bc1349febc 100644 --- a/print/pips-spr800/Makefile +++ b/print/pips-spr800/Makefile @@ -13,4 +13,6 @@ PRTYPE= -spr800 PATCH_PRN= PATCH.PRN +BROKEN= Does not compile + .include "${MASTERDIR}/Makefile.pips" diff --git a/print/pipsg900/Makefile b/print/pipsg900/Makefile index db81d71b57f7..d9ed82d03170 100644 --- a/print/pipsg900/Makefile +++ b/print/pipsg900/Makefile @@ -13,4 +13,6 @@ PRTYPE= g900 PATCH_PRN= PATCH.PRN +BROKEN= "Does not compile" + .include "${MASTERDIR}/Makefile.pips" |