summaryrefslogtreecommitdiff
path: root/time/asclock/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'time/asclock/Makefile')
-rw-r--r--time/asclock/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/time/asclock/Makefile b/time/asclock/Makefile
index 0bb06653c02..bfe0afe9920 100644
--- a/time/asclock/Makefile
+++ b/time/asclock/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/03/29 12:42:43 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2003/07/10 14:01:12 abs Exp $
DISTNAME= asclock-classic-1.0
PKGNAME= asclock-1.0
@@ -72,5 +72,8 @@ do-install:
.endfor
@${ECHO} @dirrm share/asclock-classic >> ${PLIST_SRC}
+.if defined(USE_GCC3)
+. include "../../lang/gcc3/buildlink2.mk"
+.endif
.include "../../graphics/xpm/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"