diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 15:07:39 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2015-01-24 15:07:39 +0000 |
commit | 364abe76fd9eef8f21dfc042689643cc3aee11d1 (patch) | |
tree | bf67c1bb6ae5b2f8e4074d102338a30cdf8b4cd8 /net-im/fugu | |
parent | 7e9d10e043b551b015afc55d516c1f0d1ee30ab2 (diff) | |
download | ports-364abe76fd9eef8f21dfc042689643cc3aee11d1.tar.gz ports-364abe76fd9eef8f21dfc042689643cc3aee11d1.zip |
Switch some dependencies from a directory name or a file generated by pkg-install
to a package name, as the former can't be attributed to a package
Notes
Notes:
svn path=/head/; revision=377795
Diffstat (limited to 'net-im/fugu')
-rw-r--r-- | net-im/fugu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/fugu/Makefile b/net-im/fugu/Makefile index 6b0c0b9b64b0..e11c9cdb938d 100644 --- a/net-im/fugu/Makefile +++ b/net-im/fugu/Makefile @@ -12,7 +12,7 @@ COMMENT= Graphical client for the Gale instant messaging system LICENSE= GPLv2 -RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/Pmw:${PORTSDIR}/x11-toolkits/py-Pmw +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}Pmw>0:${PORTSDIR}/x11-toolkits/py-Pmw USE_OPENSSL= yes USES= python |