diff options
author | pav <pav@FreeBSD.org> | 2005-04-11 00:35:23 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-11 00:35:23 +0800 |
commit | 7d7280f0626f28f66d66cc2c3269fce22b25b19b (patch) | |
tree | c65bbd8acf5bf7d03b68a113ffddb4238078a4d3 /audio/wsoundprefs/Makefile | |
parent | 8a48f005056b07f4a1e0411f88e2684d68f42c8b (diff) | |
download | freebsd-ports-gnome-7d7280f0626f28f66d66cc2c3269fce22b25b19b.tar.gz freebsd-ports-gnome-7d7280f0626f28f66d66cc2c3269fce22b25b19b.tar.zst freebsd-ports-gnome-7d7280f0626f28f66d66cc2c3269fce22b25b19b.zip |
- link against fontconfig [1] and libXft [2]
- misc WM api changes [1] and [2]
- XClearArea -> XFillRectangle with gray [1] because XClearArea is for Window
not Drawable (was causing X BadWindow error)
[1] me
[2] ports/75000 Serge Gagnon <ser_gagnon@sympatico.ca>
If you hit "play" with a nonexistant file, the program dies - but apart from
that it's now functional again.
PR: ports/79746
Submitted by: Sam Lawrance <boris@brooknet.com.au>
Diffstat (limited to 'audio/wsoundprefs/Makefile')
-rw-r--r-- | audio/wsoundprefs/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/audio/wsoundprefs/Makefile b/audio/wsoundprefs/Makefile index 63a015272d9c..949803bbdb57 100644 --- a/audio/wsoundprefs/Makefile +++ b/audio/wsoundprefs/Makefile @@ -7,7 +7,7 @@ PORTNAME= wsoundprefs PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio windowmaker MASTER_SITES= ${MASTER_SITE_NETBSD} DISTNAME= WSoundPrefs-${PORTVERSION} @@ -15,8 +15,6 @@ DISTNAME= WSoundPrefs-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= A utility for configuring sounds to play for Window Maker events -BROKEN= "Does not build with new version of windowmaker" - BUILD_DEPENDS= wmaker:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= PropList.2:${PORTSDIR}/devel/libPropList \ wsound.1:${PORTSDIR}/audio/wsoundserver |