diff options
author | Steve Price <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-05-04 23:18:39 +0000 |
commit | 2c78917c6bd9f920d6969dc923bd329977990eb8 (patch) | |
tree | 7cede1b80ccfbfd4c83026ab57ab994de9df10db /games | |
parent | abfb4e0f7afc74e6ff17e837a2ee48a44762bd71 (diff) |
LIB_DEPENDS on the new unified xview port.
Notes
Notes:
svn path=/head/; revision=18484
Diffstat (limited to 'games')
-rw-r--r-- | games/imaze/Makefile | 4 | ||||
-rw-r--r-- | games/xvmahjongg/Makefile | 6 | ||||
-rw-r--r-- | games/xvmines/Makefile | 6 |
3 files changed, 8 insertions, 8 deletions
diff --git a/games/imaze/Makefile b/games/imaze/Makefile index fcbc15b47247..2883ac855f7a 100644 --- a/games/imaze/Makefile +++ b/games/imaze/Makefile @@ -3,7 +3,7 @@ # Date created: 27. April 1996 # Whom: Ronald Kuehn <kuehn@rz.tu-clausthal.de> # -# $Id: Makefile,v 1.12 1998/09/28 02:07:19 steve Exp $ +# $Id: Makefile,v 1.13 1999/02/22 04:00:32 steve Exp $ # DISTNAME= imaze @@ -23,7 +23,7 @@ MAINTAINER= kuehn@rz.tu-clausthal.de # .if !(defined(HAVE_MOTIF) && defined(FORCE_MOTIF) && ${FORCE_MOTIF} == "yes") \ || defined(PACKAGE_BUILDING) -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview .endif EXTRACT_ONLY= imaze1.3.tar.Z diff --git a/games/xvmahjongg/Makefile b/games/xvmahjongg/Makefile index 867522c7f4f7..8d1811b59c6e 100644 --- a/games/xvmahjongg/Makefile +++ b/games/xvmahjongg/Makefile @@ -3,7 +3,7 @@ # Date created: 21 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.4 1998/08/07 23:56:23 asami Exp $ +# $Id: Makefile,v 1.5 1998/09/21 22:15:54 steve Exp $ # DISTNAME= xvmahjongg2.1 @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib \ - olgx.3:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview \ + olgx.3:${PORTSDIR}/x11-toolkits/xview ALL_TARGET= mahjongg.swap USE_X_PREFIX= yes diff --git a/games/xvmines/Makefile b/games/xvmines/Makefile index d4e9a52e1925..0abec0b017b1 100644 --- a/games/xvmines/Makefile +++ b/games/xvmines/Makefile @@ -3,7 +3,7 @@ # Date created: 18 March 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1998/08/25 00:44:22 asami Exp $ +# $Id: Makefile,v 1.4 1998/09/21 22:15:56 steve Exp $ # DISTNAME= xvmines-1.0 @@ -15,8 +15,8 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview-lib \ - olgx.3:${PORTSDIR}/x11-toolkits/xview-lib +LIB_DEPENDS= xview.3:${PORTSDIR}/x11-toolkits/xview \ + olgx.3:${PORTSDIR}/x11-toolkits/xview USE_IMAKE= yes MAN6= xvmines.6 |