diff options
author | Stefan Eßer <se@FreeBSD.org> | 2022-02-06 18:36:07 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2022-02-06 18:36:07 +0000 |
commit | bdd2d4af9630fdc1157d49bd193e8195c3240e9e (patch) | |
tree | e678e8d84cfdd1c0af32fc60bf714cd79079be63 /comms/scmxx | |
parent | 4212791c42598c6149ca279442c07b918d92bdbf (diff) | |
download | ports-bdd2d4af9630fdc1157d49bd193e8195c3240e9e.tar.gz ports-bdd2d4af9630fdc1157d49bd193e8195c3240e9e.zip |
Diffstat (limited to 'comms/scmxx')
-rw-r--r-- | comms/scmxx/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/comms/scmxx/Makefile b/comms/scmxx/Makefile index 811d215455c2..106d8b824cc9 100644 --- a/comms/scmxx/Makefile +++ b/comms/scmxx/Makefile @@ -15,6 +15,8 @@ CFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +CONFLICTS_INSTALL= smi # bin/smi + DOCS= README docs/*.txt EXAMPLES= sms.txt vCalendar.vcs vCard.vcf |