summaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2008-03-27 23:52:18 +0000
committerPav Lucistnik <pav@FreeBSD.org>2008-03-27 23:52:18 +0000
commit88445dcbc8c7b07adbdea10c7d5a50130c84058d (patch)
treea1ec2db0d51f27bd6fa46872ca473a76574fb411 /multimedia
parentXarchiver is a Desktop Environment independent archiver frontend. (diff)
- Specify dependencies on xorg libraries, bump portrevision
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=209973
Diffstat (limited to 'multimedia')
-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"