diff options
author | dinoex <dinoex@FreeBSD.org> | 2004-02-25 18:53:08 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2004-02-25 18:53:08 +0800 |
commit | 0111d72c49acc7b5691de202334b9ebaa5f23278 (patch) | |
tree | 18b57b96e8b638e4878fa5ab0871be22b3ab1f8f /x11-toolkits/gnustep-back | |
parent | de08a92a391577884ad5b104fd9c52cb69b3ffd2 (diff) | |
download | freebsd-ports-graphics-0111d72c49acc7b5691de202334b9ebaa5f23278.tar.gz freebsd-ports-graphics-0111d72c49acc7b5691de202334b9ebaa5f23278.tar.zst freebsd-ports-graphics-0111d72c49acc7b5691de202334b9ebaa5f23278.zip |
- add CONFLICTS
Diffstat (limited to 'x11-toolkits/gnustep-back')
-rw-r--r-- | x11-toolkits/gnustep-back/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gnustep-back/distinfo | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/gnustep-back/Makefile b/x11-toolkits/gnustep-back/Makefile index 979ed3f4e13..ad110cf3359 100644 --- a/x11-toolkits/gnustep-back/Makefile +++ b/x11-toolkits/gnustep-back/Makefile @@ -45,6 +45,7 @@ CONFIGURE_ARGS+= --enable-graphics=xdps --with-name=xdps PLIST_SUB+= BACK=xdps PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="" USE_ART="@comment " PKGNAMESUFFIX?= -xdps +CONFLICTS?= gunstep-back-0.* gunstep-back-art-0.* .else .if defined(WITH_GNUSTEP_LIBART) LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl2 @@ -52,10 +53,12 @@ CONFIGURE_ARGS+= --enable-graphics=art --with-name=art PLIST_SUB+= BACK=art USE_XLIB="@comment " PLIST_SUB+= USE_XLIB="@comment " USE_XDPS="@comment " USE_ART="" PKGNAMESUFFIX?= -art +CONFLICTS?= gunstep-back-0.* gunstep-back-xdps-0.* .else CONFIGURE_ARGS+= --enable-graphics=xlib --with-name=back PLIST_SUB+= BACK=back PLIST_SUB+= USE_XLIB="" USE_XDPS="@comment " USE_ART="@comment " +CONFLICTS?= gunstep-back-xdps-0.* gunstep-back-art-0.* .endif .endif diff --git a/x11-toolkits/gnustep-back/distinfo b/x11-toolkits/gnustep-back/distinfo index 8d7c87fd018..492df167e9e 100644 --- a/x11-toolkits/gnustep-back/distinfo +++ b/x11-toolkits/gnustep-back/distinfo @@ -1 +1,2 @@ MD5 (gnustep-back-0.9.1.tar.gz) = 9279075240738140e11c8f15bb9824d5 +SIZE (gnustep-back-0.9.1.tar.gz) = 362659 |