diff options
Diffstat (limited to 'x11-wm/ctwm')
-rw-r--r-- | x11-wm/ctwm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/ctwm/Makefile b/x11-wm/ctwm/Makefile index 781b7c8..23a90fa 100644 --- a/x11-wm/ctwm/Makefile +++ b/x11-wm/ctwm/Makefile @@ -3,7 +3,7 @@ # Date created: 13 November 1994 # Whom: torstenb # -# $Id: Makefile,v 1.2 1994/11/23 07:56:10 gpalmer Exp $ +# $Id: Makefile,v 1.3 1994/12/12 04:30:29 gpalmer Exp $ # DISTNAME= ctwm-3.2p1 @@ -11,7 +11,7 @@ MASTER_SITES= ftp://ftp.x.org/contrib/window_managers/ USE_IMAKE= YES EXTRACT_SUFX= .tar.Z .if !exists(/usr/X11R6/lib/libXpm.a) -DEPENDS= ${PORTSDIR}/x11/xpm +DEPENDS= ${PORTSDIR}/graphics/xpm .endif .include <bsd.port.mk> |