summaryrefslogtreecommitdiff
path: root/print/paps/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 13:22:59 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 13:22:59 +0000
commit3c25acd057b36f4b8acf995beff5f4afbcc67b98 (patch)
treea54ba2abe21387f8861f7fa1983abd60b09b9a5f /print/paps/Makefile
parentsecurity: Add missing USES={gnome,php} (diff)
print, science: Add missing USES=gnome
Notes
Notes: svn path=/head/; revision=517059
Diffstat (limited to 'print/paps/Makefile')
-rw-r--r--print/paps/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/paps/Makefile b/print/paps/Makefile
index 0d941402cd86..3bd4d3b559df 100644
--- a/print/paps/Makefile
+++ b/print/paps/Makefile
@@ -15,6 +15,6 @@ PLIST_FILES= bin/paps lib/libpaps.a include/libpaps.h \
GNU_CONFIGURE= yes
USE_GNOME= pango
-USES= pkgconfig
+USES= gnome pkgconfig
.include <bsd.port.mk>