diff options
author | Will Andrews <will@FreeBSD.org> | 2000-05-29 01:50:36 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-05-29 01:50:36 +0000 |
commit | b429357fad7bbff210369607f7a1c19b82c3ee03 (patch) | |
tree | 958b28e64f82715c2b1d061457c83afd36b4efc2 /security/kssh | |
parent | ea6480b0db9200d1a29f02685e7edb95f87e4976 (diff) | |
download | freebsd-ports-b429357fad7bbff210369607f7a1c19b82c3ee03.zip |
Another (gratuitous) missing LIB_DEPENDS.
Found by: bento
Diffstat (limited to 'security/kssh')
-rw-r--r-- | security/kssh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/kssh/Makefile b/security/kssh/Makefile index 29a75900c426..d4d0977341d2 100644 --- a/security/kssh/Makefile +++ b/security/kssh/Makefile @@ -12,6 +12,7 @@ MASTER_SITES= http://people.FreeBSD.org/~will/distfiles/ MAINTAINER= will@FreeBSD.org +LIB_DEPENDS= kdecore.3:${PORTSDIR}/x11/kdelibs11 BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext GNU_CONFIGURE= yes |