summaryrefslogtreecommitdiff
path: root/security/parano
diff options
context:
space:
mode:
authorAndrew Pantyukhin <sat@FreeBSD.org>2006-05-17 05:41:29 +0000
committerAndrew Pantyukhin <sat@FreeBSD.org>2006-05-17 05:41:29 +0000
commit0e3cbb5a2cd5b93aa3dbd21960cc21c762497756 (patch)
treeb870549b43f925a663d20a5c55e91ee60014b7af /security/parano
parentupgrade to 2.2.2.1 (diff)
- py-gtk2 should be both run- and build-dependency
Reported by: pointyhat via kris Approved by: krion (mentor, implicit)
Diffstat (limited to 'security/parano')
-rw-r--r--security/parano/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/security/parano/Makefile b/security/parano/Makefile
index 4994f51c6457..aed5434a60e3 100644
--- a/security/parano/Makefile
+++ b/security/parano/Makefile
@@ -15,7 +15,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A Gnome program to deal with hashfiles
-RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
+BUILD_DEPENDS+= ${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:${PORTSDIR}/x11-toolkits/py-gtk2
+RUN_DEPENDS+= ${BUILD_DEPENDS}
GNU_CONFIGURE= yes
USE_PYTHON= yes