diff options
-rw-r--r-- | audio/ascd/Makefile | 4 | ||||
-rw-r--r-- | japanese/xklock/Makefile | 4 | ||||
-rw-r--r-- | x11/tycoon/Makefile | 5 |
3 files changed, 9 insertions, 4 deletions
diff --git a/audio/ascd/Makefile b/audio/ascd/Makefile index 6c859d4fcc7c..c3840dab40a5 100644 --- a/audio/ascd/Makefile +++ b/audio/ascd/Makefile @@ -3,7 +3,7 @@ # Date created: 29 November 1998 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/12/05 10:02:02 flathill Exp $ # DISTNAME= ascd-0.7 @@ -12,6 +12,8 @@ MASTER_SITES= http://slashdot.org/linux/dl/ MAINTAINER= jim@phrantic.phear.net +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_IMAKE= yes MAN1= ascd.1 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 diff --git a/x11/tycoon/Makefile b/x11/tycoon/Makefile index ea469b6fdbd4..ae560f013d10 100644 --- a/x11/tycoon/Makefile +++ b/x11/tycoon/Makefile @@ -3,7 +3,7 @@ # Date created: 19 September 1997 # Whom: steve@farrell.org # -# $Id: Makefile,v 1.3 1998/09/26 23:18:08 steve Exp $ +# $Id: Makefile,v 1.4 1998/12/07 20:46:38 billf Exp $ # DISTNAME= tycoon-1.07o @@ -13,7 +13,8 @@ MASTER_SITE_SUBDIR= X11/desktop MAINTAINER= steve@farrell.org -LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= xforms:${PORTSDIR}/x11-toolkits/xforms \ + Xpm.4:${PORTSDIR}/graphics/xpm USE_IMAKE= yes NO_INSTALL_MANPAGES= yes |