diff options
author | cy <cy@FreeBSD.org> | 2012-11-07 07:35:00 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-11-07 07:35:00 +0800 |
commit | da4eff9424ec193e289e9628a16b94da3ff3ae1b (patch) | |
tree | 47e79cd813378a5349de3de096437308eeebd214 /x11-toolkits/open-motif | |
parent | e19586b1c2f94e144bc44b2986bdeca2ce287edf (diff) | |
download | freebsd-ports-gnome-da4eff9424ec193e289e9628a16b94da3ff3ae1b.tar.gz freebsd-ports-gnome-da4eff9424ec193e289e9628a16b94da3ff3ae1b.tar.zst freebsd-ports-gnome-da4eff9424ec193e289e9628a16b94da3ff3ae1b.zip |
Remove redundant conflict.
Feature safe: yes
Diffstat (limited to 'x11-toolkits/open-motif')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index 7e6bf06c7194..c120b7cf55d4 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg MAKE_JOBS_UNSAFE= yes -CONFLICTS= lesstif-[0-9]* open-motif-[0-0]* +CONFLICTS= lesstif-[0-9]* # WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/motif-${PORTVERSION} |