diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:37:37 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2002-09-01 15:37:37 +0000 |
commit | a70230aec6fdd72a0fc7085f7ed8a3de414406bc (patch) | |
tree | 6761fdcca2ce349902c0d2d0957c9b56aa3bdd3b /x11/mlterm | |
parent | Update MASTER_SITES (diff) |
Deploy USE_GNOMENG infrastructure
PR: 42283
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Notes
Notes:
svn path=/head/; revision=65423
Diffstat (limited to 'x11/mlterm')
-rw-r--r-- | x11/mlterm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/mlterm/Makefile b/x11/mlterm/Makefile index ae193d535825..40748d39df81 100644 --- a/x11/mlterm/Makefile +++ b/x11/mlterm/Makefile @@ -14,8 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= nobutaka@FreeBSD.org USE_X_PREFIX= yes -USE_IMLIB= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= imlib USE_LIBTOOL= yes USE_REINPLACE= yes CONFIGURE_ARGS= --enable-imlib --enable-utmp |