diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 13:03:55 +0000 |
commit | 270a2cb06bac9deaa83a7bf518d24dd5290f1038 (patch) | |
tree | d906a1023121e31d8ba733cea9aaadba68454b16 /devel/rapidsvn | |
parent | cf39093e7bc1b82429c6b399fd5ba0c35dad1c06 (diff) |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
Notes
Notes:
svn path=/head/; revision=209683
Diffstat (limited to 'devel/rapidsvn')
-rw-r--r-- | devel/rapidsvn/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/rapidsvn/Makefile b/devel/rapidsvn/Makefile index bdb3ffadad31..5a55523f917b 100644 --- a/devel/rapidsvn/Makefile +++ b/devel/rapidsvn/Makefile @@ -7,7 +7,7 @@ PORTNAME= rapidsvn PORTVERSION= 0.9.4 -PORTREVISION= 2 +PORTREVISION= 3 PORTEVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.rapidsvn.org/download/release/${PORTVERSION}/ @@ -25,7 +25,6 @@ USE_WX= 2.6 WX_CONF_ARGS= absolute GNU_CONFIGURE= yes -USE_X_PREFIX= yes USE_AUTOTOOLS= autoconf:261 libtool:15 automake:19 CONFIGURE_ARGS= --with-apr-config=apr-1-config \ --with-apu-config=apu-1-config \ |