diff options
author | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-07-22 04:07:43 +0000 |
---|---|---|
committer | Hajimu UMEMOTO <ume@FreeBSD.org> | 2007-07-22 04:07:43 +0000 |
commit | b41c69df37d2d5f210b6097e1b971b159217d441 (patch) | |
tree | b0d26e8ee85018d3ffea516497810e82f17aeb50 /editors/gnuserv | |
parent | a2bbf83c5c03cd7549c85292093126676e65c004 (diff) |
Notes
Diffstat (limited to 'editors/gnuserv')
-rw-r--r-- | editors/gnuserv/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/gnuserv/Makefile b/editors/gnuserv/Makefile index 6e8688615011..3c028cc4c785 100644 --- a/editors/gnuserv/Makefile +++ b/editors/gnuserv/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnuserv PORTVERSION= 3.12.7 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors MASTER_SITES= http://meltin.net/hacks/emacs/src/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -20,7 +20,6 @@ GNU_CONFIGURE= yes BINSUFFIX?= -emacs USE_EMACS= yes -EMACS_PORT_NAME?=emacs21 .if defined(WITHOUT_X11) BROKEN= Configure fails without X support |