diff options
Diffstat (limited to 'x11/eterm/Makefile')
-rw-r--r-- | x11/eterm/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 10bb4ca..4970540 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1997 # Whom: Murray Stokely <murray@cdrom.com> # -# $Id: Makefile,v 1.15 1999/02/22 10:27:41 steve Exp $ +# $Id: Makefile,v 1.16 1999/03/15 18:30:05 nectar Exp $ # DISTNAME= Eterm-0.8.8 @@ -17,13 +17,12 @@ MASTER_SITES= ftp://ftp.eterm.org/pub/Eterm/ \ MAINTAINER= murray@cdrom.com -BUILD_DEPENDS= libtool:${PORTSDIR}/devel/libtool -LIB_DEPENDS= Imlib.3:${PORTSDIR}/graphics/imlib +LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib USE_GMAKE= yes USE_X_PREFIX= yes -GNU_CONFIGURE= yes -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" LOCALBASE=${LOCALBASE} +USE_LIBTOOL= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" MAN1= Eterm.1 @@ -32,9 +31,6 @@ pre-patch: ${CP} ${FILESDIR}/patch-kanji ${PATCHDIR} .endif -post-patch: - @find ${WRKSRC} -name '*.orig' | xargs ${RM} -f - post-install: chown root.wheel ${PREFIX}/bin/Eterm chmod 4755 ${PREFIX}/bin/Eterm |