aboutsummaryrefslogtreecommitdiff
path: root/misc/xosd
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-05-31 22:04:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-05-31 22:04:39 +0000
commit754ef858f6908e8ccd22c9d3bf9e3224ed7da86f (patch)
tree1b1751df2c941acafa0d60ec7489e95b72255c8b /misc/xosd
parent854c46172054f5ca6b6c35292cf2e1e1d15dfeca (diff)
downloadports-754ef858f6908e8ccd22c9d3bf9e3224ed7da86f.tar.gz
ports-754ef858f6908e8ccd22c9d3bf9e3224ed7da86f.zip
- Add missing xorg dependency
- Bump PORTREVISION PR: 123493 Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru> Approved by: maintainer timeout
Notes
Notes: svn path=/head/; revision=214064
Diffstat (limited to 'misc/xosd')
-rw-r--r--misc/xosd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xosd/Makefile b/misc/xosd/Makefile
index 0bbbb62ab2c4..50e2b966145c 100644
--- a/misc/xosd/Makefile
+++ b/misc/xosd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= xosd
PORTVERSION= 2.2.12
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc
MASTER_SITES= http://www.ignavus.net/ \
${MASTER_SITE_LOCAL}
@@ -19,6 +19,7 @@ COMMENT= X On-Screen-Display Library and XMMS plug-in
XMMS_CONFIG?= ${LOCALBASE}/bin/xmms-config
USE_BZIP2= yes
USE_GMAKE= yes
+USE_XORG= x11 xext xt sm ice
USE_AUTOTOOLS= libtool:15
USE_LDCONFIG= yes
CONFIGURE_ENV= LIBS=${PTHREAD_LIBS}' -L${LOCALBASE}/lib' \