diff options
author | lioux <lioux@FreeBSD.org> | 2002-08-30 21:36:06 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-08-30 21:36:06 +0800 |
commit | 7a80df400a58d8bd82ad01e5be6cd1dcd6044987 (patch) | |
tree | 2a67207c2dbeb37d50b95f79c2ff5193eab39357 /editors/manedit | |
parent | 8df0ab61203bcfbd7ed817228165c386df39d9d1 (diff) | |
download | freebsd-ports-gnome-7a80df400a58d8bd82ad01e5be6cd1dcd6044987.tar.gz freebsd-ports-gnome-7a80df400a58d8bd82ad01e5be6cd1dcd6044987.tar.zst freebsd-ports-gnome-7a80df400a58d8bd82ad01e5be6cd1dcd6044987.zip |
Deploy USE_GNOMENG infrastructure
PR: 42197
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'editors/manedit')
-rw-r--r-- | editors/manedit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/manedit/Makefile b/editors/manedit/Makefile index a24c5b680ad0..163bac42f2f7 100644 --- a/editors/manedit/Makefile +++ b/editors/manedit/Makefile @@ -16,7 +16,8 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} USE_BZIP2= yes USE_X_PREFIX= yes -USE_GTK= yes +USE_GNOMENG= yes +USE_GNOME= gtk12 MAKEFILE= Makefile.FreeBSD MAN1= manedit.1 |