diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-12 23:36:34 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-12 23:36:34 +0000 |
commit | 735909af90502b8c4a744f074fa188b0a9877b7d (patch) | |
tree | 46ceacf572c51822a93ec9f2b6043f8ccf864f77 /graphics/Makefile | |
parent | 8d38a26c5a347dd5ff55f39ba96829403b7c2955 (diff) | |
download | ports-735909af90502b8c4a744f074fa188b0a9877b7d.tar.gz ports-735909af90502b8c4a744f074fa188b0a9877b7d.zip |
Turn on xwpick.
Notes
Notes:
svn path=/head/; revision=11874
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 9a3132904cd5..45d4d6d538d9 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.80 1998/06/20 03:11:36 chuckr Exp $ +# $Id: Makefile,v 1.81 1998/06/24 16:19:54 vanilla Exp $ # SUBDIR += EZWGL @@ -89,5 +89,6 @@ SUBDIR += xpdf SUBDIR += xpm SUBDIR += xv + SUBDIR += xwpick .include <bsd.port.subdir.mk> |