aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 08:52:32 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 08:52:32 +0000
commitd8352fb86cbdc84dd2086432004368e5165ea029 (patch)
tree5b3a07c57741f53c6dc836f400de8802759de77e /editors
parent3e2d8d2bfb2dc06fe01af3aa2e9dcf167289b48a (diff)
downloadports-d8352fb86cbdc84dd2086432004368e5165ea029.tar.gz
ports-d8352fb86cbdc84dd2086432004368e5165ea029.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/elvis/Makefile1
-rw-r--r--editors/hte/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/editors/elvis/Makefile b/editors/elvis/Makefile
index 6a06f5ae7ad1..1120e0185853 100644
--- a/editors/elvis/Makefile
+++ b/editors/elvis/Makefile
@@ -25,7 +25,6 @@ NO_STAGE= yes
# Support building on systems with or without X11 installed.
.if defined(WITHOUT_X11)
-PKGNAMESUFFIX= -nox11
CONFIGURE_ARGS+= --without-x
.else
USE_XORG= xpm
diff --git a/editors/hte/Makefile b/editors/hte/Makefile
index 774106234ca6..b9cba6319a7d 100644
--- a/editors/hte/Makefile
+++ b/editors/hte/Makefile
@@ -40,7 +40,6 @@ USE_XORG= x11
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.else
-PKGNAMESUFFIX= -nox11
CONFIGURE_ARGS+=--disable-x11-textmode
.endif