diff options
author | edwin <edwin@FreeBSD.org> | 2003-02-03 21:56:53 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-02-03 21:56:53 +0800 |
commit | 1d347683748203c7810bddf9079b4f3a25c25cf6 (patch) | |
tree | 59626d3af6cae3cf28b1737bf5d680a549d0e26f /www | |
parent | 76a27c354e708229a04b169ef9d410108c21cc43 (diff) | |
download | freebsd-ports-gnome-1d347683748203c7810bddf9079b4f3a25c25cf6.tar.gz freebsd-ports-gnome-1d347683748203c7810bddf9079b4f3a25c25cf6.tar.zst freebsd-ports-gnome-1d347683748203c7810bddf9079b4f3a25c25cf6.zip |
Update www/flashpluginwrapper: needs USE_XLIB
Noticed on: bento
PR: ports/47641
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Diffstat (limited to 'www')
-rw-r--r-- | www/flashpluginwrapper/Makefile | 1 | ||||
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/www/flashpluginwrapper/Makefile b/www/flashpluginwrapper/Makefile index c34840a86c70..f666364c6bb2 100644 --- a/www/flashpluginwrapper/Makefile +++ b/www/flashpluginwrapper/Makefile @@ -16,6 +16,7 @@ MAINTAINER= petef@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin +USE_XLIB= yes USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 PKGMESSAGE= ${WRKDIR}/pkg-message diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index c34840a86c70..f666364c6bb2 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -16,6 +16,7 @@ MAINTAINER= petef@FreeBSD.org RUN_DEPENDS= ${LOCALBASE}/lib/flash/libflashplayer.so:${PORTSDIR}/www/linux-flashplugin +USE_XLIB= yes USE_REINPLACE= yes ONLY_FOR_ARCHS= i386 PKGMESSAGE= ${WRKDIR}/pkg-message |