diff options
author | asami <asami@FreeBSD.org> | 1998-12-22 13:43:38 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-12-22 13:43:38 +0800 |
commit | 454cccdf61fbeec5720d7bdab3364e3c4ae0e868 (patch) | |
tree | 717c77046ad8aea38b59b0fd24d89dc491faf84d /japanese | |
parent | 3af1daca0c2230e4acbbc41f57fe16b4540e73bd (diff) | |
download | freebsd-ports-gnome-454cccdf61fbeec5720d7bdab3364e3c4ae0e868.tar.gz freebsd-ports-gnome-454cccdf61fbeec5720d7bdab3364e3c4ae0e868.tar.zst freebsd-ports-gnome-454cccdf61fbeec5720d7bdab3364e3c4ae0e868.zip |
Add LIB_DEPENDS to xpm.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/xklock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/xklock/Makefile b/japanese/xklock/Makefile index bc7db0c98f5f..553dde050d7c 100644 --- a/japanese/xklock/Makefile +++ b/japanese/xklock/Makefile @@ -3,7 +3,7 @@ # Date created: 20 April 1997 # Whom: nkazushi@highway.or.jp # -# $Id: Makefile,v 1.2 1998/08/05 09:31:20 asami Exp $ +# $Id: Makefile,v 1.3 1998/10/16 04:15:59 jseger Exp $ # DISTNAME= xklock-2.7 @@ -18,6 +18,8 @@ PATCH_SITES= ${MASTER_SITES} PATCHFILES= xklock-2.7+lx.diff.gz PATCH_DIST_STRIP= -p1 +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + MAINTAINER= nkazushi@highway.or.jp BROKEN_ELF= yes |