diff options
-rw-r--r-- | x11/eterm/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index faaf7f24a150..aea4da05a2e7 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -9,7 +9,8 @@ PORTNAME= eterm PORTVERSION= 0.9.3 PORTREVISION= 5 CATEGORIES+= x11 -MASTER_SITES= http://www.eterm.org/download/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= Eterm-${PORTVERSION} MAINTAINER?= olgeni@FreeBSD.org @@ -21,7 +22,7 @@ LIB_DEPENDS= Imlib2.3:${PORTSDIR}/graphics/imlib2 \ USE_X_PREFIX= yes GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ --with-backspace=bs --without-terminfo \ |