diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 17:55:10 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-03-24 17:55:10 +0000 |
commit | 2b9ce32f7af8e6f433c70f9368f1f6ba85bf9187 (patch) | |
tree | ce98468dda03e1eb38cd259aa7e0671b4cd5326d /x11-clocks | |
parent | 2ffa2122f5e66cf8539dd2ddc28bbf2cfc717c8e (diff) | |
download | ports-2b9ce32f7af8e6f433c70f9368f1f6ba85bf9187.tar.gz ports-2b9ce32f7af8e6f433c70f9368f1f6ba85bf9187.zip |
Notes
Diffstat (limited to 'x11-clocks')
-rw-r--r-- | x11-clocks/xmms-alarm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-clocks/xmms-alarm/Makefile b/x11-clocks/xmms-alarm/Makefile index 302751a8ca32..8741ae9bc1fc 100644 --- a/x11-clocks/xmms-alarm/Makefile +++ b/x11-clocks/xmms-alarm/Makefile @@ -7,7 +7,7 @@ PORTNAME= xmms-alarm PORTVERSION= 0.3.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-clocks MASTER_SITES= http://www.snika.uklinux.net/xmms-alarm/ @@ -17,9 +17,10 @@ COMMENT= Alarm timer plugin for the X Multimedia System LIB_DEPENDS= xmms.4:${PORTSDIR}/multimedia/xmms USE_BZIP2= yes -USE_X_PREFIX= yes +USE_LDCONFIG= yes USE_GNOME= gnometarget gtk12 GNU_CONFIGURE= yes +USE_XORG= x11 xaw xmu xpm PLIST_FILES= lib/xmms/General/libalarm.so |