diff options
author | mm <mm@FreeBSD.org> | 2007-07-30 22:48:17 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2007-07-30 22:48:17 +0800 |
commit | b48b553a628cf2be4ccc07e623cd9e3523128eb2 (patch) | |
tree | 3aa03504484ec4fb7bc1a999b57ab9ece9a39728 | |
parent | 5412970f7affbd41b3defce123162f975f756df1 (diff) | |
download | freebsd-ports-gnome-b48b553a628cf2be4ccc07e623cd9e3523128eb2.tar.gz freebsd-ports-gnome-b48b553a628cf2be4ccc07e623cd9e3523128eb2.tar.zst freebsd-ports-gnome-b48b553a628cf2be4ccc07e623cd9e3523128eb2.zip |
- Unbreak build with USE_XORG= x11 xext
- Replace LIB_DEPENDS by USE_TK
Approved by: garga (mentor, implicit)
-rw-r--r-- | audio/rat30/Makefile | 3 | ||||
-rw-r--r-- | mbone/rat30/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/audio/rat30/Makefile b/audio/rat30/Makefile index 2eff54020b36..56ab15d5ba14 100644 --- a/audio/rat30/Makefile +++ b/audio/rat30/Makefile @@ -15,7 +15,8 @@ MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PO MAINTAINER= ports@FreeBSD.org COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +USE_TK= 82 +USE_XORG= x11 xext WRKSRC= ${WRKDIR}/rat-3.0 diff --git a/mbone/rat30/Makefile b/mbone/rat30/Makefile index 2eff54020b36..56ab15d5ba14 100644 --- a/mbone/rat30/Makefile +++ b/mbone/rat30/Makefile @@ -15,7 +15,8 @@ MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/rat/releases/${PO MAINTAINER= ports@FreeBSD.org COMMENT= IPv4/v6 Multicast and unicast audio conferencing tool -LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82 +USE_TK= 82 +USE_XORG= x11 xext WRKSRC= ${WRKDIR}/rat-3.0 |