diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-01-09 21:33:23 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2005-01-09 21:33:23 +0000 |
commit | 83d3f19eaa079eaf9cb8014635f49fb8bed35941 (patch) | |
tree | ff2c95093125a1d548053c63ddde14df18316569 /www/linuxpluginwrapper/Makefile | |
parent | 3ac02ece026e0be02d650cbd3c6ec91f33f541fe (diff) |
Notes
Diffstat (limited to 'www/linuxpluginwrapper/Makefile')
-rw-r--r-- | www/linuxpluginwrapper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/linuxpluginwrapper/Makefile b/www/linuxpluginwrapper/Makefile index 57d5115ff631..463dd740f69f 100644 --- a/www/linuxpluginwrapper/Makefile +++ b/www/linuxpluginwrapper/Makefile @@ -6,7 +6,7 @@ # PORTNAME= linuxpluginwrapper -PORTVERSION= 20041219 +PORTVERSION= 20050110 PORTREVISION= 0 CATEGORIES= www linux emulators MASTER_SITES= http://people.FreeBSD.org/~nork/distfiles/ \ @@ -30,13 +30,13 @@ USE_MOTIF= yes ONLY_FOR_ARCHS= i386 MAKE_ENV= EXAMPLESDIR=${EXAMPLESDIR} INSTALL_DATA="${INSTALL_DATA}" +CONFLICTS= flashpluginwrapper-* USE_XLIB= yes USE_REINPLACE= yes PKGMESSAGE= ${WRKDIR}/pkg-message .if defined(WITHOUT_PLUGINS) || ${OSVERSION} < 500000 PLIST= ${WRKDIR}/pkg-plist .endif -CONFLICTS= flashpluginwrapper-* .if ${OSVERSION} >= 503001 LIBMAPCONF= ${EXAMPLESDIR}/libmap.conf-FreeBSD5-stable |