diff options
author | Koop Mast <kwm@FreeBSD.org> | 2011-07-29 18:10:25 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2011-07-29 18:10:25 +0000 |
commit | 4902f050708ac3f645000a4794e11552e822c53a (patch) | |
tree | c94928876464f0ca7da90ba3c0a0abda4e5decd1 /print/hplip | |
parent | 4166abb7e491bd423332f9f42abf0a5e31573987 (diff) | |
download | ports-4902f050708ac3f645000a4794e11552e822c53a.tar.gz ports-4902f050708ac3f645000a4794e11552e822c53a.zip |
Notes
Diffstat (limited to 'print/hplip')
-rw-r--r-- | print/hplip/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/hplip/Makefile b/print/hplip/Makefile index 59ffadd555ff..80fd4429498d 100644 --- a/print/hplip/Makefile +++ b/print/hplip/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ dbus-1.3:${PORTSDIR}/devel/dbus RUN_DEPENDS= espgs:${PORTSDIR}/print/cups-pstoraster \ foomatic-rip:${PORTSDIR}/print/foomatic-filters \ - ${PYTHON_SITELIBDIR}/gtk-2.0/gobject/_gobject.so:${PORTSDIR}/devel/py-gobject \ ${PYTHON_SITELIBDIR}/dbus/_dbus.py:${PORTSDIR}/devel/py-dbus \ xdg-open:${PORTSDIR}/devel/xdg-utils @@ -29,7 +28,7 @@ CONFLICTS= hpijs-[0-9]* USE_GHOSTSCRIPT_RUN= yes USE_PYTHON= 2.5+ -USE_GNOME= pkgconfig +USE_GNOME= pkgconfig pygobject GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-foomatic-ppd-install \ |