diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-02 04:03:35 +0000 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-02 04:03:35 +0000 |
commit | f5b6fbe1b70fe297f39bcc769228861cde6136ec (patch) | |
tree | da4032feb6a8907be09877152b16ff0a258b8c1c /x11-fm/vide | |
parent | 639d45803df020a913622697fb894c80571e7b0d (diff) | |
download | FreeBSD-ports-f5b6fbe1b70fe297f39bcc769228861cde6136ec.zip FreeBSD-ports-f5b6fbe1b70fe297f39bcc769228861cde6136ec.tar.gz |
Deploy USE_GNOMENG infrastructure
PR: 42311
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'x11-fm/vide')
-rw-r--r-- | x11-fm/vide/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/vide/Makefile b/x11-fm/vide/Makefile index 27d3d75..9e1504d 100644 --- a/x11-fm/vide/Makefile +++ b/x11-fm/vide/Makefile @@ -16,7 +16,8 @@ RUN_DEPENDS= vim:${PORTSDIR}/editors/vim5 USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOMELIBS= yes +USE_GNOMENG= yes +USE_GNOME= gnomelibs GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-DHAVE_SYS_PARAM_H" |