diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-02 14:39:37 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-02 14:39:37 +0800 |
commit | 3a7aa0b039d432673df552bf6a644d4a09d2ea4a (patch) | |
tree | f56108334437cd46d45b2c31354e0c6a335683df /print | |
parent | a6c6edf8c036ffbb1cb1f19dc385876a31468700 (diff) | |
download | freebsd-ports-gnome-3a7aa0b039d432673df552bf6a644d4a09d2ea4a.tar.gz freebsd-ports-gnome-3a7aa0b039d432673df552bf6a644d4a09d2ea4a.tar.zst freebsd-ports-gnome-3a7aa0b039d432673df552bf6a644d4a09d2ea4a.zip |
Add an explicit dependency on pkgconfig
Diffstat (limited to 'print')
-rw-r--r-- | print/photoprint/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/photoprint/Makefile b/print/photoprint/Makefile index c46713c00f9b..6c97b0844301 100644 --- a/print/photoprint/Makefile +++ b/print/photoprint/Makefile @@ -23,7 +23,7 @@ LIB_DEPENDS= cups:${PORTSDIR}/print/cups-client \ tiff:${PORTSDIR}/graphics/tiff GNU_CONFIGURE= yes -USES= desktop-file-utils gettext +USES= desktop-file-utils gettext pkgconfig USE_GNOME= pango USE_XORG= x11 xau xcb xcomposite xcursor xdamage xdmcp xext \ xfixes xi xinerama xrandr xrender |