diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-23 04:35:17 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-08-23 04:35:17 +0000 |
commit | d8567e3606dfdb2344ac144c3c4330efbaa85f1c (patch) | |
tree | b094a36e135cfa730e96fde853689f36b525e4bc /x11/rxvt-unicode | |
parent | 535add65ac98d0ca871df3e8438ff56ba9129bcc (diff) | |
download | ports-d8567e3606dfdb2344ac144c3c4330efbaa85f1c.tar.gz ports-d8567e3606dfdb2344ac144c3c4330efbaa85f1c.zip |
Notes
Diffstat (limited to 'x11/rxvt-unicode')
-rw-r--r-- | x11/rxvt-unicode/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 4dbfb17dfe47..032ad784dcfe 100644 --- a/x11/rxvt-unicode/Makefile +++ b/x11/rxvt-unicode/Makefile @@ -3,7 +3,7 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.24 1999/07/03 18:02:01 obrien Exp $ +# $Id: Makefile,v 1.25 1999/08/18 19:30:47 cpiazza Exp $ # DISTNAME= rxvt-2.6.1 @@ -11,13 +11,13 @@ CATEGORIES= x11 MASTER_SITES= ftp://ftp.rxvt.org/pub/rxvt/ \ ftp://mason.primenet.com.au/pub/rxvt/ \ ${MASTER_SITE_SUNSITE} - MASTER_SITE_SUBDIR= X11/terms MAINTAINER= andrews@technologist.com USE_X_PREFIX= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-utmp --enable-wtmp USE_BZIP2= yes MAN1= rxvt.1 |