aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2011-07-30 02:10:25 +0800
committerkwm <kwm@FreeBSD.org>2011-07-30 02:10:25 +0800
commit055683e55eb062d5b285dd7e751b14096ceb5afe (patch)
treea303e05a8924a17d33b148f26b6539dcf5e7e3fa /print
parentb5d310e896d89f7945141163ad882a7075cf509c (diff)
downloadfreebsd-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/Makefile3
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 \