diff options
author | nork <nork@FreeBSD.org> | 2003-11-21 00:36:38 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-11-21 00:36:38 +0800 |
commit | b53b636c9cb825d7c46aa8450388434cba6e4a4c (patch) | |
tree | 13e270e5e3f67158f8edcc13a2085c56fe719d3e /www | |
parent | c288a731fb109c11ac85014173334831af2e3275 (diff) | |
download | freebsd-ports-gnome-b53b636c9cb825d7c46aa8450388434cba6e4a4c.tar.gz freebsd-ports-gnome-b53b636c9cb825d7c46aa8450388434cba6e4a4c.tar.zst freebsd-ports-gnome-b53b636c9cb825d7c46aa8450388434cba6e4a4c.zip |
Add CONFLICTS with linuxpluginwrapper
Diffstat (limited to 'www')
-rw-r--r-- | www/flashpluginwrapper/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/flashpluginwrapper/Makefile b/www/flashpluginwrapper/Makefile index b51463e0535d..e88fc731970d 100644 --- a/www/flashpluginwrapper/Makefile +++ b/www/flashpluginwrapper/Makefile @@ -21,6 +21,7 @@ USE_XLIB= yes USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 PKGMESSAGE= ${WRKDIR}/pkg-message +CONFLICTS= linuxpluginwrapper-* post-patch: @${REINPLACE_CMD} -e 's,/usr/X11R6,${X11BASE},' \ |