diff options
author | bland <bland@FreeBSD.org> | 2003-11-18 23:25:35 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-11-18 23:25:35 +0800 |
commit | e28d25fe1242ae373c54312df12bcb4a2548b8c7 (patch) | |
tree | ac336868d2aabed591b508a667ed2091857851ee /print/gnomephotoprinter | |
parent | 9980f6bed6978faec0c9784e9395f22d2bea1772 (diff) | |
download | freebsd-ports-gnome-e28d25fe1242ae373c54312df12bcb4a2548b8c7.tar.gz freebsd-ports-gnome-e28d25fe1242ae373c54312df12bcb4a2548b8c7.tar.zst freebsd-ports-gnome-e28d25fe1242ae373c54312df12bcb4a2548b8c7.zip |
Remove gnomehier from USE_GNOME list (gnomeprefix implies gnomehier).
Diffstat (limited to 'print/gnomephotoprinter')
-rw-r--r-- | print/gnomephotoprinter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gnomephotoprinter/Makefile b/print/gnomephotoprinter/Makefile index e239aafe1cbd..337202937cc5 100644 --- a/print/gnomephotoprinter/Makefile +++ b/print/gnomephotoprinter/Makefile @@ -18,7 +18,7 @@ COMMENT= Gnome Photo Printer is intended for printing photos in an easy way USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack gnomehier gnomeprefix libgnomeui libglade2 libgnomeprintui gnomevfs2 +USE_GNOME= gnomehack gnomeprefix libgnomeui libglade2 libgnomeprintui gnomevfs2 USE_LIBTOOL= yes .include <bsd.port.mk> |