diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-01 04:55:36 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-01 04:55:36 +0000 |
commit | c8499e2e0329697dd71ddc261058fdf7f79a978b (patch) | |
tree | 9976321520702aeb7ad0ac1fd4e6f85768f4b93d | |
parent | d46e6cfc7890143b5743108a766d99cdd835e298 (diff) | |
download | FreeBSD-ports-c8499e2e0329697dd71ddc261058fdf7f79a978b.zip FreeBSD-ports-c8499e2e0329697dd71ddc261058fdf7f79a978b.tar.gz |
- Respect X11BASE
Reported by: pointyhat
-rw-r--r-- | audio/rat/Makefile | 2 | ||||
-rw-r--r-- | mbone/rat/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/audio/rat/Makefile b/audio/rat/Makefile index bdbe0cc..06ca599 100644 --- a/audio/rat/Makefile +++ b/audio/rat/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes +CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include + MAN1= rat.1 MANCOMPRESSED= no diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index bdbe0cc..06ca599 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= tk83.1:${PORTSDIR}/x11-toolkits/tk83 USE_AUTOTOOLS= autoconf:213 USE_GMAKE= yes +CONFIGURE_ARGS= --x-libraries=${X11BASE}/lib --x-includes=${X11BASE}/include + MAN1= rat.1 MANCOMPRESSED= no |