aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-03-28 07:52:18 +0800
committerpav <pav@FreeBSD.org>2008-03-28 07:52:18 +0800
commit72de35740e854f0000dde3c711b4c82e3785b985 (patch)
treee978496def0f048ed72c08cc3eeff24a4ef1a1a9
parent9c6945b9d78164912a7155ee9189f82170364eee (diff)
downloadfreebsd-ports-gnome-72de35740e854f0000dde3c711b4c82e3785b985.tar.gz
freebsd-ports-gnome-72de35740e854f0000dde3c711b4c82e3785b985.tar.zst
freebsd-ports-gnome-72de35740e854f0000dde3c711b4c82e3785b985.zip
- Specify dependencies on xorg libraries, bump portrevision
Reported by: pointyhat
-rw-r--r--multimedia/libquicktime/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/libquicktime/Makefile b/multimedia/libquicktime/Makefile
index f2a175dbe9b5..620ea163d738 100644
--- a/multimedia/libquicktime/Makefile
+++ b/multimedia/libquicktime/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libquicktime
PORTVERSION= 1.0.2
+PORTREVISION= 1
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,9 +19,8 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis
USE_LDCONFIG= yes
USE_GNOME= gnometarget gnomehack pkgconfig
-WANT_GNOME= yes
+USE_XORG= xaw xv
USE_GMAKE= yes
-GNU_CONFIGURE= yes
USE_AUTOTOOLS= autoconf:261
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS} -lintl"