diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-09-17 15:08:15 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-09-17 15:08:15 +0000 |
commit | 1f440692f2ed417d22190d52b89a721c16ee0ec2 (patch) | |
tree | 54fb60cbd9075e991dcf8d37504d5befa0bb4fd8 /x11/eterm/Makefile | |
parent | afc2173ea6fb5680ba603e891d8c490caa0ca453 (diff) | |
download | ports-1f440692f2ed417d22190d52b89a721c16ee0ec2.tar.gz ports-1f440692f2ed417d22190d52b89a721c16ee0ec2.zip |
Notes
Diffstat (limited to 'x11/eterm/Makefile')
-rw-r--r-- | x11/eterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index f1f12b6afb3c..08687c2b581c 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.eterm.org/download/ \ MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Eterm-${PORTVERSION} -MAINTAINER= olgeni@FreeBSD.org +MAINTAINER?= olgeni@FreeBSD.org BUILD_DEPENDS= man2html:${PORTSDIR}/textproc/man2html @@ -23,7 +23,7 @@ LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2 \ USE_X_PREFIX= yes USE_LIBTOOL= yes INSTALLS_SHLIB= yes -CONFIGURE_ARGS= --enable-trans --enable-utmp \ +CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ --with-backspace=bs --without-terminfo |