diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-11-13 15:40:59 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-11-13 15:40:59 +0000 |
commit | 4e22250bb353ba7b2cedf26ca50bd3226aaa98d6 (patch) | |
tree | f3b3744dae2965ad9c3e69c57be79590936cb8e9 /x11/rxvt | |
parent | 6dcae37c528e70638203a83016906af18c8d34a5 (diff) | |
download | ports-4e22250bb353ba7b2cedf26ca50bd3226aaa98d6.tar.gz ports-4e22250bb353ba7b2cedf26ca50bd3226aaa98d6.zip |
Notes
Diffstat (limited to 'x11/rxvt')
-rw-r--r-- | x11/rxvt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index f7ebcce9e332..32983af90b48 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -46,9 +46,9 @@ MAKE_JOBS_SAFE= yes # fails to build with new utmpx .if ${OSVERSION} > 900007 -CONFIGURE_ARGS= --disable-utmp --disable-wtmp +CONFIGURE_ARGS+= --disable-utmp --disable-wtmp .else -CONFIGURE_ARGS= --enable-utmp --enable-wtmp +CONFIGURE_ARGS+= --enable-utmp --enable-wtmp .endif .if ${PORT_OPTIONS:MBIG5} |