diff options
author | sat <sat@FreeBSD.org> | 2006-05-17 13:41:29 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-05-17 13:41:29 +0800 |
commit | 100a0155bb83e875ee72cfc9dcedb7e445155881 (patch) | |
tree | f42a8756173b55338561a53e372a3c5c007b0abc /security | |
parent | 9b16a841eaefb3d10c15dfcb5331466cf48f7506 (diff) | |
download | freebsd-ports-gnome-100a0155bb83e875ee72cfc9dcedb7e445155881.tar.gz freebsd-ports-gnome-100a0155bb83e875ee72cfc9dcedb7e445155881.tar.zst freebsd-ports-gnome-100a0155bb83e875ee72cfc9dcedb7e445155881.zip |
- py-gtk2 should be both run- and build-dependency
Reported by: pointyhat via kris
Approved by: krion (mentor, implicit)
Diffstat (limited to 'security')
-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 |