diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 17:21:56 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-07-15 17:21:56 +0000 |
commit | 800ef6c0b0033de28d4551a8dcefcd27457c8c54 (patch) | |
tree | a2573d557d1ace5b1d34469db85b45662cb23d95 /x11/dgs/Makefile | |
parent | Use USE_GNOMENG. (diff) |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Diffstat (limited to 'x11/dgs/Makefile')
-rw-r--r-- | x11/dgs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/dgs/Makefile b/x11/dgs/Makefile index e8ed404e7fb4..3811835380a7 100644 --- a/x11/dgs/Makefile +++ b/x11/dgs/Makefile @@ -20,7 +20,8 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu USE_X_PREFIX= yes USE_GMAKE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 INSTALLS_SHLIB= yes GNU_CONFIGURE= yes |