diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-25 16:03:48 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-25 16:03:48 +0800 |
commit | 541c62e2e055c3dc239ac3beaaa47afa7a0804d7 (patch) | |
tree | 2fade68781ce0d209802a08af788d57f18256aa7 /multimedia/totem/Makefile | |
parent | e822a493491db0057cd5b27c9f4ba15776cabb29 (diff) | |
download | freebsd-ports-gnome-541c62e2e055c3dc239ac3beaaa47afa7a0804d7.tar.gz freebsd-ports-gnome-541c62e2e055c3dc239ac3beaaa47afa7a0804d7.tar.zst freebsd-ports-gnome-541c62e2e055c3dc239ac3beaaa47afa7a0804d7.zip |
- Update to 0.99.22 to fix problem with playing any video file in gnome 2.8
- Use new INSTALLS_OMF
Note: dvd support is currentlly broken.
Approved by: marcus (co mentor)
Diffstat (limited to 'multimedia/totem/Makefile')
-rw-r--r-- | multimedia/totem/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 3aa705546a2f..0a8edd11115f 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -6,7 +6,7 @@ # PORTNAME= totem -PORTVERSION= 0.99.19 +PORTVERSION= 0.99.22 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/...$//} @@ -23,6 +23,7 @@ USE_X_PREFIX= yes USE_GNOME= gnomeprefix intlhack gnomehack gnomedesktop desktopfileutils USE_GMAKE= yes USE_LIBTOOL_VER=15 +INSTALLS_OMF= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib -lXrandr" |