diff options
author | miwi <miwi@FreeBSD.org> | 2008-06-01 06:04:39 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-06-01 06:04:39 +0800 |
commit | a31158df141ac7a5fa49d1e41d0102e15d1e1e1a (patch) | |
tree | 1cfe1ec73f962bf8a0a36bb43f8f74c7f5850baf /misc/xosd | |
parent | 9e7abd46c19057a2b2e3b4466814fd3012fbe97e (diff) | |
download | freebsd-ports-gnome-a31158df141ac7a5fa49d1e41d0102e15d1e1e1a.tar.gz freebsd-ports-gnome-a31158df141ac7a5fa49d1e41d0102e15d1e1e1a.tar.zst freebsd-ports-gnome-a31158df141ac7a5fa49d1e41d0102e15d1e1e1a.zip |
- Add missing xorg dependency
- Bump PORTREVISION
PR: 123493
Submitted by: Dmitry Marakasov <amdmi3@amdmi3.ru>
Approved by: maintainer timeout
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' \ |