diff options
author | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2004-06-05 01:29:38 +0800 |
commit | ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a (patch) | |
tree | 0f8268b015ec949860a3c2ab315d341fbbc7615c /japanese/aterm | |
parent | 62cb740217d0f5aa007d7cab9d007fb551534a4f (diff) | |
download | freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.gz freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.tar.zst freebsd-ports-gnome-ca808f0eaebe5bce7acf4b82ce3d8c4b67f1a02a.zip |
Sync with new bsd.autotools.mk
Diffstat (limited to 'japanese/aterm')
-rw-r--r-- | japanese/aterm/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/japanese/aterm/Makefile b/japanese/aterm/Makefile index 9bce1bdb1f14..8a73c3490907 100644 --- a/japanese/aterm/Makefile +++ b/japanese/aterm/Makefile @@ -20,8 +20,8 @@ COMMENT= A color vt102 terminal emulator with transparency support LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png -BUILD_DEPENDS+= autoconf:${PORTSDIR}/devel/autoconf +WANT_AUTOCONF_VER=253 USE_X_PREFIX= yes USE_XPM= yes GNU_CONFIGURE= yes @@ -38,8 +38,9 @@ MAN1= aterm.1 pre-configure: @(cd ${WRKSRC}; \ - autoheader --localdir=autoconf autoconf/configure.in > autoconf/config.h.in; \ - autoconf --localdir=autoconf autoconf/configure.in > configure) + ${AUTOHEADER} --localdir=autoconf autoconf/configure.in > autoconf/config.h.in; \ + ${AUTOCONF} --localdir=autoconf autoconf/configure.in > configure) + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/aterm ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/doc/aterm.1 ${PREFIX}/man/man1/ |