diff options
Diffstat (limited to 'time')
-rw-r--r-- | time/wmfishtime/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/time/wmfishtime/Makefile b/time/wmfishtime/Makefile index 6325260e393..850912154fd 100644 --- a/time/wmfishtime/Makefile +++ b/time/wmfishtime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/11/26 20:50:52 snj Exp $ +# $NetBSD: Makefile,v 1.14 2005/01/25 04:33:38 tv Exp $ # DISTNAME= wmfishtime-1.24 @@ -12,5 +12,6 @@ COMMENT= Dockable clock application with clock, date and fish USE_X11BASE= # defined USE_BUILDLINK3= yes +.include "../../devel/libgetopt/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |