diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-10-24 03:39:12 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-10-24 03:39:12 +0000 |
commit | b69b32b01d60b31ef8775287256e678bba4a0812 (patch) | |
tree | e3af8e57891b2251971d407a3588a5467550288d /net/rdesktop | |
parent | d3ebfc4683a496abb50fe7ed0fd028621f645a91 (diff) | |
download | freebsd-ports-b69b32b01d60b31ef8775287256e678bba4a0812.zip |
Fix to respect non-standard LOCALBASE/X11BASE settings.
Diffstat (limited to 'net/rdesktop')
-rw-r--r-- | net/rdesktop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 0aa59572ec67..d0eb64d0687c 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -19,8 +19,7 @@ USE_XLIB= yes USE_GMAKE= yes USE_REINPLACE= yes USE_OPENSSL= yes -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --with-x=${X11BASE} +GNU_CONFIGURE= yes DOCS= doc/AUTHORS doc/TODO doc/*.txt MAN1= rdesktop.1 |