diff options
author | beech <beech@FreeBSD.org> | 2008-03-25 01:55:10 +0800 |
---|---|---|
committer | beech <beech@FreeBSD.org> | 2008-03-25 01:55:10 +0800 |
commit | 9f81d876e609afc33f84e4b706271bfa5ff89a09 (patch) | |
tree | 7a0b76e9c8156a8c2754a55322854f443a799730 /x11-clocks | |
parent | f438573721c0aa967444374a44ef7753c4fe6590 (diff) | |
download | freebsd-ports-gnome-9f81d876e609afc33f84e4b706271bfa5ff89a09.tar.gz freebsd-ports-gnome-9f81d876e609afc33f84e4b706271bfa5ff89a09.tar.zst freebsd-ports-gnome-9f81d876e609afc33f84e4b706271bfa5ff89a09.zip |
- Remove USE_X_PREFIX
- Add USE_XORG (modules)
- Add USE_LDCONFIG
- Bump portrevision
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 |