diff options
author | asami <asami@FreeBSD.org> | 1998-09-17 08:33:02 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-17 08:33:02 +0800 |
commit | bd29818171a6cc3eea4fb57e3089dd47803bcc4f (patch) | |
tree | 1fa3f84a491d769dc824eec97004c95143a0c8db /x11-clocks/eyeclock | |
parent | a57f626a16f3062cb02d5b5519df5b247154703d (diff) | |
download | freebsd-ports-graphics-bd29818171a6cc3eea4fb57e3089dd47803bcc4f.tar.gz freebsd-ports-graphics-bd29818171a6cc3eea4fb57e3089dd47803bcc4f.tar.zst freebsd-ports-graphics-bd29818171a6cc3eea4fb57e3089dd47803bcc4f.zip |
Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump it
in the first place.
Diffstat (limited to 'x11-clocks/eyeclock')
-rw-r--r-- | x11-clocks/eyeclock/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-clocks/eyeclock/Makefile b/x11-clocks/eyeclock/Makefile index 6f474ebce2b..d85edca68b6 100644 --- a/x11-clocks/eyeclock/Makefile +++ b/x11-clocks/eyeclock/Makefile @@ -3,7 +3,7 @@ # Date created: 4 September 1998 # Whom: KIRIYAMA Kazuhiko <kiri@pis.toba-cmt.ac.jp> # -# $Id: Makefile,v 1.1.1.1 1998/09/06 07:46:22 vanilla Exp $ +# $Id: Makefile,v 1.2 1998/09/15 11:13:31 asami Exp $ # DISTNAME= eyeclock-1.0 @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= kiri@pis.toba-cmt.ac.jp -LIB_DEPENDS= Xpm.5:${PORTSDIR}/graphics/xpm +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm ALL_TARGET= eyeclock USE_X_PREFIX= yes |