diff options
Diffstat (limited to 'x11/eterm/Makefile')
-rw-r--r-- | x11/eterm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 9a6fceab9aab..59672432e3d3 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -9,8 +9,7 @@ PORTNAME= eterm PORTVERSION= 0.9.4 PORTREVISION= 4 CATEGORIES+= x11 -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= Eterm-${PORTVERSION} MAINTAINER?= olgeni@FreeBSD.org @@ -28,7 +27,7 @@ CONFIGURE_ARGS?=--enable-trans --enable-utmp \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" OPTIONS= MMX "With MMX instruction set" off -USE_XLIB= yes +USE_XORG= x11 xt USE_ICONV= yes USE_EFL= imlib2 |