diff options
author | pav <pav@FreeBSD.org> | 2005-12-27 23:58:21 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-12-27 23:58:21 +0000 |
commit | fdb09db09dc70c0f10b824ea868e4da34e2bed2e (patch) | |
tree | 5bcb74446ac1888616ae7e8f9bc2b205e0c0d044 /print/psutils-a4 | |
parent | 9186bbb9a4e6c000200d0a29cb4e43a93155e7a3 (diff) | |
download | FreeBSD-ports-fdb09db09dc70c0f10b824ea868e4da34e2bed2e.zip FreeBSD-ports-fdb09db09dc70c0f10b824ea868e4da34e2bed2e.tar.gz |
- Add conflicts
PR: ports/80491
Submitted by: LI Dong <ld@ldconfig.com>
Diffstat (limited to 'print/psutils-a4')
-rw-r--r-- | print/psutils-a4/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/psutils-a4/Makefile b/print/psutils-a4/Makefile index 98edf5f..02d4ea1 100644 --- a/print/psutils-a4/Makefile +++ b/print/psutils-a4/Makefile @@ -8,4 +8,6 @@ PAPERSIZE= a4 MASTERDIR= ${.CURDIR}/../psutils-letter +CONFLICTS= psutils-letter-* + .include "${MASTERDIR}/Makefile" |