diff options
author | pav <pav@FreeBSD.org> | 2005-04-25 23:01:26 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-25 23:01:26 +0800 |
commit | ac38128634402c3196a6586ac3f10fde4432ba37 (patch) | |
tree | daee901a9f2a8cf445fb0474d67cd643a5740557 /net/rdesktop/Makefile | |
parent | 259da447608759b581adbdf4c2e6585b5c0b4bea (diff) | |
download | freebsd-ports-gnome-ac38128634402c3196a6586ac3f10fde4432ba37.tar.gz freebsd-ports-gnome-ac38128634402c3196a6586ac3f10fde4432ba37.tar.zst freebsd-ports-gnome-ac38128634402c3196a6586ac3f10fde4432ba37.zip |
- Back out unicode patches, they broke a lot of basic functionality, like
username and password presets
Reported by: several
Diffstat (limited to 'net/rdesktop/Makefile')
-rw-r--r-- | net/rdesktop/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile index 3cd6c9875285..8610fd8234a8 100644 --- a/net/rdesktop/Makefile +++ b/net/rdesktop/Makefile @@ -7,7 +7,7 @@ PORTNAME= rdesktop PORTVERSION= 1.4.0 -PORTREVISION= 1 +PORTREVISION?= 2 CATEGORIES= net comms MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -19,12 +19,8 @@ USE_XLIB= yes USE_GMAKE= yes USE_REINPLACE= yes USE_OPENSSL= yes -GNU_CONFIGURE= yes -USE_ICONV= yes -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -liconv -CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ - --with-x=${X11BASE} +HAS_CONFIGURE= yes +CONFIGURE_ARGS= --prefix=${PREFIX} --with-x=${X11BASE} DOCS= doc/AUTHORS doc/TODO doc/*.txt MAN1= rdesktop.1 |