diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-05-31 22:04:39 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-05-31 22:04:39 +0000 |
commit | 754ef858f6908e8ccd22c9d3bf9e3224ed7da86f (patch) | |
tree | 1b1751df2c941acafa0d60ec7489e95b72255c8b /misc/xosd | |
parent | 854c46172054f5ca6b6c35292cf2e1e1d15dfeca (diff) | |
download | ports-754ef858f6908e8ccd22c9d3bf9e3224ed7da86f.tar.gz ports-754ef858f6908e8ccd22c9d3bf9e3224ed7da86f.zip |
Notes
Diffstat (limited to 'misc/xosd')
-rw-r--r-- | misc/xosd/Makefile | 3 |
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' \ |