diff options
author | Cy Schubert <cy@FreeBSD.org> | 2012-02-15 15:06:35 +0000 |
---|---|---|
committer | Cy Schubert <cy@FreeBSD.org> | 2012-02-15 15:06:35 +0000 |
commit | 678a4154294aa9efb5427598806c42655a9c83c1 (patch) | |
tree | a78a8a3143377de2b3a53376e9f5cf8a78a438fc /x11/props | |
parent | Fix pkg-plist errors (resulting in a conflict with the x11/props port). (diff) |
Props now conflicts with xview-clients.
Notes
Notes:
svn path=/head/; revision=291456
Diffstat (limited to 'x11/props')
-rw-r--r-- | x11/props/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/props/Makefile b/x11/props/Makefile index bb4f993c21c0..d87a95ad3653 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -16,6 +16,8 @@ MASTER_SITE_SUBDIR= cy MAINTAINER= cy@FreeBSD.org COMMENT= The OpenLook props application +CONFLICTS= xview-clients-3.2.1.4.19* + LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview WRKSRC= ${WRKDIR}/props |