diff options
author | obrien <obrien@FreeBSD.org> | 2005-10-24 11:39:12 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-10-24 11:39:12 +0800 |
commit | 9ae2d09ab0b30f6a81c5344cf3ca77028963bec2 (patch) | |
tree | bd17c343f88f7ae0f6e10f9173fdcb8948e7b919 /net | |
parent | 8bf135dc9054dea7a3be2cf8aaff9474df79f6d1 (diff) | |
download | freebsd-ports-gnome-9ae2d09ab0b30f6a81c5344cf3ca77028963bec2.tar.gz freebsd-ports-gnome-9ae2d09ab0b30f6a81c5344cf3ca77028963bec2.tar.zst freebsd-ports-gnome-9ae2d09ab0b30f6a81c5344cf3ca77028963bec2.zip |
Fix to respect non-standard LOCALBASE/X11BASE settings.
Diffstat (limited to 'net')
-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 |