diff options
-rw-r--r-- | editors/textedit/Makefile | 5 | ||||
-rw-r--r-- | x11/props/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/editors/textedit/Makefile b/editors/textedit/Makefile index 6cfc8ee..db106ce 100644 --- a/editors/textedit/Makefile +++ b/editors/textedit/Makefile @@ -3,7 +3,7 @@ # Date created: 3 January 1998 # Whom: jraynard # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/01/04 22:33:30 jraynard Exp $ # DISTNAME= textedit-1.0 @@ -12,10 +12,9 @@ MASTER_SITES= http://www.freebsd.org/~jraynard/ports/distfiles/ MAINTAINER= jraynard@@freebsd.org -WRKSRC= ${WRKDIR}/textedit - LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib +WRKSRC= ${WRKDIR}/textedit USE_IMAKE= yes .include <bsd.port.mk> diff --git a/x11/props/Makefile b/x11/props/Makefile index 7d14871..98173a1 100644 --- a/x11/props/Makefile +++ b/x11/props/Makefile @@ -3,7 +3,7 @@ # Date created: 3 January 1998 # Whom: jraynard # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/01/04 22:31:25 jraynard Exp $ # DISTNAME= props-1.0 @@ -12,10 +12,9 @@ MASTER_SITES= http://www.freebsd.org/~jraynard/ports/distfiles/ MAINTAINER= jraynard@@freebsd.org -WRKSRC= ${WRKDIR}/props - LIB_DEPENDS= xview\\.3\\.:${PORTSDIR}/x11/xview-lib +WRKSRC= ${WRKDIR}/props USE_IMAKE= yes post-install: |