diff options
author | kwm <kwm@FreeBSD.org> | 2011-07-30 02:10:25 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2011-07-30 02:10:25 +0800 |
commit | 055683e55eb062d5b285dd7e751b14096ceb5afe (patch) | |
tree | a303e05a8924a17d33b148f26b6539dcf5e7e3fa /print | |
parent | b5d310e896d89f7945141163ad882a7075cf509c (diff) | |
download | freebsd-ports-gnome-055683e55eb062d5b285dd7e751b14096ceb5afe.tar.gz freebsd-ports-gnome-055683e55eb062d5b285dd7e751b14096ceb5afe.tar.zst freebsd-ports-gnome-055683e55eb062d5b285dd7e751b14096ceb5afe.zip |
Convert custom *_DEPENDS lines of devel/py-gobject to USE_GNOME=pygobject or
pygtk2 (which depends already on py-gobject).
Diffstat (limited to 'print')
-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 \ |