diff options
author | lippe <lippe@FreeBSD.org> | 2008-05-29 21:08:25 +0000 |
---|---|---|
committer | lippe <lippe@FreeBSD.org> | 2008-05-29 21:08:25 +0000 |
commit | 5da423b5534fe159e3ffe2cb5ff205b1544cd00b (patch) | |
tree | 3e2e8ec4cc6c2665bb180eab7d969fa37e7be753 /sysutils | |
parent | 1983850ced9ad8c26970645df84282b22de90d76 (diff) | |
download | FreeBSD-ports-5da423b5534fe159e3ffe2cb5ff205b1544cd00b.zip FreeBSD-ports-5da423b5534fe159e3ffe2cb5ff205b1544cd00b.tar.gz |
- Require automake and autoconf.
- Builds fine on amd64 too.
- PORTREVISION.
PR: ports/123480
Submitted by: nrg milk <nrgmilk@gmail.com>
Approved by: gabor (mentor), maintainer timeout (>2 weeks)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/jfbterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/jfbterm/Makefile b/sysutils/jfbterm/Makefile index 854fdc2..d58895b 100644 --- a/sysutils/jfbterm/Makefile +++ b/sysutils/jfbterm/Makefile @@ -6,6 +6,7 @@ PORTNAME= jfbterm PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.ac.auone-net.jp/~baba/jfbterm/ \ http://chirashi-no-ura.net/files/ @@ -17,13 +18,13 @@ COMMENT= Multilanguage can be displayed on the console LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png RUN_DEPENDS= ${LOCALBASE}/lib/X11/fonts/local/unifont.pcf.gz:${PORTSDIR}/sysutils/gnu-unifont -ONLY_FOR_ARCHS= i386 USE_ICONV= yes USE_GNOME= pkgconfig PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message USE_GMAKE= yes GNU_CONFIGURE= yes +USE_AUTOTOOLS= autoconf:261 automake:14 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ --mandir="${LOCALBASE}/man" |