diff options
Diffstat (limited to 'net/macipgw')
-rw-r--r-- | net/macipgw/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/macipgw/Makefile b/net/macipgw/Makefile index d962ca6d7d8b..f7dd9cc5a80a 100644 --- a/net/macipgw/Makefile +++ b/net/macipgw/Makefile @@ -3,7 +3,7 @@ # Date created: 25 Nov 1997 # Whom: stb # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/12/04 20:12:56 stb Exp $ # DISTNAME= macipgw-1.0 @@ -16,6 +16,4 @@ BUILD_DEPENDS= ${PREFIX}/lib/libatalk.a:${PORTSDIR}/net/netatalk \ ${PREFIX}/include/atalk/ddp.h:${PORTSDIR}/net/netatalk RUN_DEPENDS= ${PREFIX}/libexec/atalkd:${PORTSDIR}/net/netatalk -NO_PATCH= yes - .include <bsd.port.mk> |