diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-10-17 13:28:39 +0000 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2002-10-17 13:28:39 +0000 |
commit | e42d95c0f55db7b2507dc28ad7f92ad1a8dede4a (patch) | |
tree | 7c0f1aa7c7a397f27c75dcb7d2b069cc54cffd2c /x11 | |
parent | o Add missing dependency (diff) |
Correct CONFIGURE_ARGS.
Submitted by: IWAMOTO, Kouichi <sue@cds.ne.jp>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/mlterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index 1e90eae0da56..398202dd6a7a 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -7,6 +7,7 @@ PORTNAME= mlterm PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +19,7 @@ USE_GNOMENG= yes USE_GNOME= imlib USE_LIBTOOL= yes USE_REINPLACE= yes -CONFIGURE_ARGS= --enable-imlib --enable-utmp +CONFIGURE_ARGS= --with-imagelib=imlib --enable-utmp INSTALLS_SHLIB= yes MAN1= mlterm.1 mlclient.1 |