diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-17 05:41:29 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-05-17 05:41:29 +0000 |
commit | 0e3cbb5a2cd5b93aa3dbd21960cc21c762497756 (patch) | |
tree | b870549b43f925a663d20a5c55e91ee60014b7af /security/parano | |
parent | upgrade 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/Makefile | 3 |
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 |