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 /misc/xdelta/Makefile | |
parent | Use USE_GNOMENG. (diff) |
Convert USE_GLIB into USE_GNOMENG+USE_GNOME.
Notes
Notes:
svn path=/head/; revision=63003
Diffstat (limited to 'misc/xdelta/Makefile')
-rw-r--r-- | misc/xdelta/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/xdelta/Makefile b/misc/xdelta/Makefile index 5010b7ce0e04..081413027153 100644 --- a/misc/xdelta/Makefile +++ b/misc/xdelta/Makefile @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= c9710216@atlas.newcastle.edu.au -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} |