diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-24 21:21:32 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-01-24 21:21:32 +0800 |
commit | 8fef76b46854a20797de69d5e8caa2d9b4b6488f (patch) | |
tree | 91fb2476a4c601015e0ad79b4b3852a0ae660ea0 | |
parent | 9ced598ca5ec07e9cf43f31191bc97a1666e468d (diff) | |
download | marcuscom-ports-8fef76b46854a20797de69d5e8caa2d9b4b6488f.tar marcuscom-ports-8fef76b46854a20797de69d5e8caa2d9b4b6488f.tar.gz marcuscom-ports-8fef76b46854a20797de69d5e8caa2d9b4b6488f.tar.bz2 marcuscom-ports-8fef76b46854a20797de69d5e8caa2d9b4b6488f.tar.lz marcuscom-ports-8fef76b46854a20797de69d5e8caa2d9b4b6488f.tar.xz marcuscom-ports-8fef76b46854a20797de69d5e8caa2d9b4b6488f.tar.zst marcuscom-ports-8fef76b46854a20797de69d5e8caa2d9b4b6488f.zip |
Remove USE_GNOME dependencies that moved to py-gnome-extras
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3473 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 7c64dfa03..81b832735 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -24,8 +24,7 @@ LATEST_LINK= py-gnome2 USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes -USE_GNOME= gnomehack libgnomeprintui libgtkhtml gnomepanel \ - nautilus2 pygtk2 +USE_GNOME= gnomehack libgnomeui pygtk2 USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" |