diff options
-rw-r--r-- | devel/Makefile | 3 | ||||
-rw-r--r-- | x11-clocks/wmdate/Makefile | 4 | ||||
-rw-r--r-- | x11-wm/Makefile | 3 |
3 files changed, 5 insertions, 5 deletions
diff --git a/devel/Makefile b/devel/Makefile index 479a4e9..9d88134 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.201 1999/07/13 02:51:06 cpiazza Exp $ +# $Id: Makefile,v 1.202 1999/07/17 17:24:49 cpiazza Exp $ # SUBDIR += ElectricFence @@ -66,7 +66,6 @@ SUBDIR += libU77 SUBDIR += libcii SUBDIR += libdlmalloc - SUBDIR += libdockapp SUBDIR += libffi SUBDIR += libgetline SUBDIR += libgnugetopt diff --git a/x11-clocks/wmdate/Makefile b/x11-clocks/wmdate/Makefile index e716c20..4aa7b94 100644 --- a/x11-clocks/wmdate/Makefile +++ b/x11-clocks/wmdate/Makefile @@ -3,7 +3,7 @@ # Date created: 1 February 1999 # Whom: Jim Mock <jim@phrantic.phear.net> # -# $Id: Makefile,v 1.2 1999/04/11 12:44:52 jseger Exp $ +# $Id: Makefile,v 1.3 1999/07/17 17:35:42 cpiazza Exp $ # DISTNAME= wmdate-0.7 @@ -13,7 +13,7 @@ MASTER_SITES= http://wit401310.student.utwente.nl/apps/apps/ MAINTAINER= jim@phrantic.phear.net LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm -BUILD_DEPENDS= ${PREFIX}/include/dockapp.h:${PORTSDIR}/devel/libdockapp +BUILD_DEPENDS= ${PREFIX}/include/dockapp.h:${PORTSDIR}/x11-wm/libdockapp USE_IMAKE= yes NO_INSTALL_MANPAGES= yes diff --git a/x11-wm/Makefile b/x11-wm/Makefile index c1b517d..cb7ddf2 100644 --- a/x11-wm/Makefile +++ b/x11-wm/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.13 1999/04/03 01:12:38 steve Exp $ +# $Id: Makefile,v 1.14 1999/05/04 22:31:01 steve Exp $ # SUBDIR += 9menu @@ -20,6 +20,7 @@ SUBDIR += gwm SUBDIR += icewm SUBDIR += iconmaker + SUBDIR += libdockapp SUBDIR += lwm SUBDIR += mlvwm SUBDIR += olvwm |