aboutsummaryrefslogtreecommitdiff
path: root/x11/eterm
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2006-10-28 21:10:47 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2006-10-28 21:10:47 +0000
commit5cb2e659d239115a4385928315ee5586e1267937 (patch)
tree21dd6e1550e55c45880ee9290dbef66dcc4d19c2 /x11/eterm
parentb202158490edee417936d956f29bd876c1f1d4c9 (diff)
downloadports-5cb2e659d239115a4385928315ee5586e1267937.tar.gz
ports-5cb2e659d239115a4385928315ee5586e1267937.zip
Make port fetchable and use USE_LDCONFIG.
PR: ports/104766 Submitted by: Thomas Abthorpe <thomas(at)goodking.ca> Approved by: portmgr
Notes
Notes: svn path=/head/; revision=175546
Diffstat (limited to 'x11/eterm')
-rw-r--r--x11/eterm/Makefile5
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 \