diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-23 03:53:02 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-23 03:53:02 +0800 |
commit | e782353eee0bb7585ca72374b0d792d90d68c5c0 (patch) | |
tree | 196ba9bbabe58e81181dc686b9d4d6617d900f99 /www/mplayer-plugin/Makefile | |
parent | 6cfe8262cf1ac23061e8ae92b7fc5cd295eed0c5 (diff) | |
download | marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar.gz marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar.bz2 marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar.lz marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar.xz marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.tar.zst marcuscom-ports-e782353eee0bb7585ca72374b0d792d90d68c5c0.zip |
Sync w/ FreeBSD ports tree. As for deskutils/alexandria, I will do it after
I finish with my day.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7339 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'www/mplayer-plugin/Makefile')
-rw-r--r-- | www/mplayer-plugin/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/mplayer-plugin/Makefile b/www/mplayer-plugin/Makefile index 5609f00f1..43ff04711 100644 --- a/www/mplayer-plugin/Makefile +++ b/www/mplayer-plugin/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mplayerplug-in -PORTVERSION= 3.25 +PORTVERSION= 3.31 PORTREVISION= 1 CATEGORIES= www multimedia MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} @@ -25,8 +25,10 @@ PLUGINSFILES= mplayerplug-in.so mplayerplug-in.xpt mplayerplug-in-wmp.so \ mplayerplug-in-qt.so mplayerplug-in-rm.so \ mplayerplug-in-gmp.so mplayerplug-in-wmp.xpt \ mplayerplug-in-qt.xpt mplayerplug-in-rm.xpt \ - mplayerplug-in-gmp.xpt + mplayerplug-in-gmp.xpt mplayerplug-in-dvx.so \ + mplayerplug-in-dvx.xpt GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-gmp USE_GNOME= gnometarget CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include -I${LOCALBASE}/include -DBSD" \ LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" |