diff options
Diffstat (limited to 'x11/rxvt-devel/Makefile')
-rw-r--r-- | x11/rxvt-devel/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11/rxvt-devel/Makefile b/x11/rxvt-devel/Makefile index da30e6a3384d..64f545e765d8 100644 --- a/x11/rxvt-devel/Makefile +++ b/x11/rxvt-devel/Makefile @@ -1,8 +1,5 @@ # Created by: Gary Palmer <gpalmer@FreeBSD.org> # $FreeBSD$ -# -# If possible, please consider updating the simple ports/x11-clocks/rclock -# when you upgrade rxvt. These ports all use the same distfile. PORTNAME= rxvt PORTVERSION= 2.7.10 @@ -46,6 +43,7 @@ USE_LDCONFIG= yes MAN1= rxvt.1 +NO_STAGE= yes .include <bsd.port.pre.mk> .if ${OSVERSION} >= 900007 |