Register CONFLICTS

This commit is contained in:
Emanuel Haupt 2007-12-11 22:48:52 +00:00
parent 330b19e37b
commit f11b6eddaf
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203071
2 changed files with 3 additions and 1 deletions

View file

@ -28,4 +28,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
GCONF_SCHEMAS= notification-daemon.schemas
CONFLICTS= xfce4-notification-daemon-[0-9]*
.include <bsd.port.mk>

View file

@ -36,7 +36,7 @@ CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/xfce4 \
MAKE_ENV+= CFLAGS="${CFLAGS}"
CONFLICTS= ^notification-daemon-[0-9]*
CONFLICTS= notification-daemon-[0-9]*
OPTIONS= GRADIENT "Show a gradient look in the default theme" off \
CLOSE "Show the close button in the default theme" on \