diff options
author | lioux <lioux@FreeBSD.org> | 2003-05-13 11:48:06 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2003-05-13 11:48:06 +0800 |
commit | be885d578339f215f8747b4bc9d8d068c703305c (patch) | |
tree | 0278367a42e0a68fc1c9bb46260c6cef5244e25a /multimedia/gstreamer-plugins80 | |
parent | be540972dca3558b90bd2ce9a4cd43b638a02432 (diff) | |
download | freebsd-ports-gnome-be885d578339f215f8747b4bc9d8d068c703305c.tar.gz freebsd-ports-gnome-be885d578339f215f8747b4bc9d8d068c703305c.tar.zst freebsd-ports-gnome-be885d578339f215f8747b4bc9d8d068c703305c.zip |
o Add missing dependency to WITH_HTTP knob
o Bump PORTREVISION due to dependency change
PR: 49062
Submitted by: Alexander Nedotsukov <bland@mail.ru>
Diffstat (limited to 'multimedia/gstreamer-plugins80')
-rw-r--r-- | multimedia/gstreamer-plugins80/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/multimedia/gstreamer-plugins80/Makefile b/multimedia/gstreamer-plugins80/Makefile index 7877ee1e0445..0f90ef27f608 100644 --- a/multimedia/gstreamer-plugins80/Makefile +++ b/multimedia/gstreamer-plugins80/Makefile @@ -7,6 +7,7 @@ PORTNAME= gstreamer PORTVERSION= 0.6.1 +PORTREVISION= 1 CATEGORIES= multimedia audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -370,6 +371,7 @@ PLIST_SUB+= HERMES="" CONFIGURE_ARGS+= --disable-http PLIST_SUB+= HTTP="@comment " .else +USE_GNOME+= libghttp PLIST_SUB+= HTTP="" .endif |