diff options
author | vanilla <vanilla@FreeBSD.org> | 1998-12-06 22:07:25 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 1998-12-06 22:07:25 +0800 |
commit | 2a8693e578ccb22d07d730e9081b9d7adc62df5b (patch) | |
tree | 09af3a8001f4b64b7820bcf4bca5703152745aa9 | |
parent | 8c55144677514605d8f8e76d0bd3c36f144febbb (diff) | |
download | freebsd-ports-graphics-2a8693e578ccb22d07d730e9081b9d7adc62df5b.tar.gz freebsd-ports-graphics-2a8693e578ccb22d07d730e9081b9d7adc62df5b.tar.zst freebsd-ports-graphics-2a8693e578ccb22d07d730e9081b9d7adc62df5b.zip |
Activate glload.
-rw-r--r-- | sysutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index edd2b6204f2..2f19352b561 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.50 1998/12/05 05:37:07 flathill Exp $ +# $Id: Makefile,v 1.51 1998/12/06 07:26:35 flathill Exp $ # SUBDIR += LPRng @@ -13,6 +13,7 @@ SUBDIR += daemontools SUBDIR += doconfig SUBDIR += gnomeadmin + SUBDIR += glload SUBDIR += gtar SUBDIR += gtop SUBDIR += idled |