diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2003-08-24 22:50:05 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2003-08-24 22:50:05 +0000 |
commit | 974a0747fe6ab43e26cbcac80037d81be0a59b9a (patch) | |
tree | 82042d6c2aa1dd6756554ed782edbb26f46a56e7 | |
parent | Update to 1.99.18. (diff) |
Change the py-gnome2 dependency check to something that doesn't change
every 2 weeks.
-rw-r--r-- | security/gcipher/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/gcipher/Makefile b/security/gcipher/Makefile index 9a93bfa73bc3..d67ee0fd8afa 100644 --- a/security/gcipher/Makefile +++ b/security/gcipher/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= jjinux@yahoo.com COMMENT= A simple encryption tool -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gnome/uimodule.so:${PORTSDIR}/x11-toolkits/py-gnome2 +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/gtk-2.0/gnome/__init__.py:${PORTSDIR}/x11-toolkits/py-gnome2 USE_PYTHON= yes USE_X_PREFIX= yes |