diff options
author | joerg <joerg@pkgsrc.org> | 2008-05-25 15:32:51 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-05-25 15:32:51 +0000 |
commit | 635681f172fa84370dd7dc9e3fa2291f6959d0c1 (patch) | |
tree | aa1a205b416a91d32b3b510c70988e48e73d6b59 /x11 | |
parent | 39f89e56ce0d60e07f5061454408dca8aac6b2fb (diff) | |
download | pkgsrc-635681f172fa84370dd7dc9e3fa2291f6959d0c1.tar.gz |
Add fltk2.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/Makefile b/x11/Makefile index caa6156500b..c5695bc28b0 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.551 2008/05/19 22:17:08 taca Exp $ +# $NetBSD: Makefile,v 1.552 2008/05/25 15:32:51 joerg Exp $ # COMMENT= Packages to support the X window system @@ -45,6 +45,7 @@ SUBDIR+= fbdesk SUBDIR+= filerunner SUBDIR+= fixesproto SUBDIR+= fltk +SUBDIR+= fltk2 SUBDIR+= fontcacheproto SUBDIR+= fontsproto SUBDIR+= fox |