diff options
author | olgeni <olgeni@FreeBSD.org> | 2001-09-17 15:08:15 +0000 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2001-09-17 15:08:15 +0000 |
commit | 9f96d46f71b9a1fc61794bb3477803b044e72d69 (patch) | |
tree | 0d5f1d301049ab50be0fa4d8a9aaa32b825a15a3 /x11/eterm | |
parent | 45530a703a36aa488b65eab435cc99abbe9308b9 (diff) | |
download | FreeBSD-ports-9f96d46f71b9a1fc61794bb3477803b044e72d69.zip FreeBSD-ports-9f96d46f71b9a1fc61794bb3477803b044e72d69.tar.gz |
Let other ports override MAINTAINER and CONFIGURE_ARGS.
PR: 30628
Submitted by: MANTANI Nobutaka <nobutaka@nobutaka.com>
Diffstat (limited to 'x11/eterm')
-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 f1f12b6..08687c2 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 |