diff options
author | bland <bland@FreeBSD.org> | 2003-12-17 15:12:31 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2003-12-17 15:12:31 +0800 |
commit | 453975babb203d742a858a4f8431528b2d44c39a (patch) | |
tree | 7942d5c74417db0b0db8e5450253dffe9a64b527 /misc | |
parent | 0f80604b05f9ef553342fa5263bfb7d20cfaa26e (diff) | |
download | freebsd-ports-graphics-453975babb203d742a858a4f8431528b2d44c39a.tar.gz freebsd-ports-graphics-453975babb203d742a858a4f8431528b2d44c39a.tar.zst freebsd-ports-graphics-453975babb203d742a858a4f8431528b2d44c39a.zip |
Remove gtk20 dependency wich is not required here.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-icon-theme/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index f32e1fb25c0..013bbe0bcda 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -19,7 +19,7 @@ USE_BZIP2= yes USE_X_PREFIX= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack gtk20 +USE_GNOME= gnomehack gnometarget CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |