diff options
author | miwi <miwi@FreeBSD.org> | 2006-12-09 06:26:47 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2006-12-09 06:26:47 +0800 |
commit | 8bd1b4b2f477392d4e068d69958f1fa5351b6be5 (patch) | |
tree | d193c45f6eb9d93e86abcc765a70e26f77704bd0 | |
parent | 8595a3df575cf83bdf431a8765e1603a97e00144 (diff) | |
download | freebsd-ports-gnome-8bd1b4b2f477392d4e068d69958f1fa5351b6be5.tar.gz freebsd-ports-gnome-8bd1b4b2f477392d4e068d69958f1fa5351b6be5.tar.zst freebsd-ports-gnome-8bd1b4b2f477392d4e068d69958f1fa5351b6be5.zip |
- Fix Build
PR: ports/106492
Submitted by: Frank Mayhar <frank@exit.com> (maintainer)
pointyhat
-rw-r--r-- | print/cups-magicolor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/cups-magicolor/Makefile b/print/cups-magicolor/Makefile index 3513df7cda28..28bd6b6760a4 100644 --- a/print/cups-magicolor/Makefile +++ b/print/cups-magicolor/Makefile @@ -33,4 +33,4 @@ GNU_CONFIGURE= yes BROKEN= Does not compile on 4.x .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |