diff options
-rw-r--r-- | x11/rxvt-devel/Makefile | 7 | ||||
-rw-r--r-- | x11/rxvt-unicode/Makefile | 7 | ||||
-rw-r--r-- | x11/rxvt/Makefile | 7 |
3 files changed, 15 insertions, 6 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index 032ad784dcfe..4c679af8a6f0 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -3,7 +3,7 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.25 1999/08/18 19:30:47 cpiazza Exp $ +# $Id: Makefile,v 1.26 1999/08/23 04:35:16 cpiazza Exp $ # DISTNAME= rxvt-2.6.1 @@ -15,9 +15,12 @@ MASTER_SITE_SUBDIR= X11/terms MAINTAINER= andrews@technologist.com +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-utmp --enable-wtmp +CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ + --with-xpm --enable-xpm-background --enable-transparency USE_BZIP2= yes MAN1= rxvt.1 diff --git a/x11/rxvt-unicode/Makefile b/x11/rxvt-unicode/Makefile index 032ad784dcfe..4c679af8a6f0 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.25 1999/08/18 19:30:47 cpiazza Exp $ +# $Id: Makefile,v 1.26 1999/08/23 04:35:16 cpiazza Exp $ # DISTNAME= rxvt-2.6.1 @@ -15,9 +15,12 @@ MASTER_SITE_SUBDIR= X11/terms MAINTAINER= andrews@technologist.com +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-utmp --enable-wtmp +CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ + --with-xpm --enable-xpm-background --enable-transparency USE_BZIP2= yes MAN1= rxvt.1 diff --git a/x11/rxvt/Makefile b/x11/rxvt/Makefile index 032ad784dcfe..4c679af8a6f0 100644 --- a/x11/rxvt/Makefile +++ b/x11/rxvt/Makefile @@ -3,7 +3,7 @@ # Date created: 5th December 1994 # Whom: gpalmer@FreeBSD.org # -# $Id: Makefile,v 1.25 1999/08/18 19:30:47 cpiazza Exp $ +# $Id: Makefile,v 1.26 1999/08/23 04:35:16 cpiazza Exp $ # DISTNAME= rxvt-2.6.1 @@ -15,9 +15,12 @@ MASTER_SITE_SUBDIR= X11/terms MAINTAINER= andrews@technologist.com +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_X_PREFIX= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-utmp --enable-wtmp +CONFIGURE_ARGS= --enable-utmp --enable-wtmp \ + --with-xpm --enable-xpm-background --enable-transparency USE_BZIP2= yes MAN1= rxvt.1 |