diff options
author | lioux <lioux@FreeBSD.org> | 2001-02-14 12:12:50 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2001-02-14 12:12:50 +0800 |
commit | e79ac69fbaf20e31c99f3820300c71af1be2f816 (patch) | |
tree | 7e1cbcadf69888b62d6497ffbbfc3b8b4c19b3e7 /x11 | |
parent | f93111d0a37a505adc946e0cb01cd174c4a182a7 (diff) | |
download | freebsd-ports-gnome-e79ac69fbaf20e31c99f3820300c71af1be2f816.tar.gz freebsd-ports-gnome-e79ac69fbaf20e31c99f3820300c71af1be2f816.tar.zst freebsd-ports-gnome-e79ac69fbaf20e31c99f3820300c71af1be2f816.zip |
typo clean up police: \s -> \t
Diffstat (limited to 'x11')
-rw-r--r-- | x11/rxvt-devel/Makefile | 4 | ||||
-rw-r--r-- | x11/rxvt-unicode/Makefile | 2 | ||||
-rw-r--r-- | x11/rxvt/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 6949c6c3ad1b..440972a3d39a 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -21,12 +21,12 @@ MAINTAINER= lioux@FreeBSD.org USE_X_PREFIX= yes USE_XPM= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-utmp --enable-wtmp --enable-languages \ --with-xpm --enable-xpm-background --enable-transparency \ --enable-shared USE_LIBTOOL= yes -INSTALLS_SHLIB= yes +INSTALLS_SHLIB= yes USE_BZIP2= yes MAN1= rxvt.1 diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index d0cca732fe04..21bc27afb37e 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -20,7 +20,7 @@ MAINTAINER= lioux@FreeBSD.org USE_X_PREFIX= yes USE_XPM= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ --with-xpm --enable-xpm-background --enable-transparency USE_BZIP2= yes diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index d0cca732fe04..21bc27afb37e 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -20,7 +20,7 @@ MAINTAINER= lioux@FreeBSD.org USE_X_PREFIX= yes USE_XPM= yes -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ --with-xpm --enable-xpm-background --enable-transparency USE_BZIP2= yes |