diff options
author | cy <cy@FreeBSD.org> | 2012-04-16 11:30:35 +0800 |
---|---|---|
committer | cy <cy@FreeBSD.org> | 2012-04-16 11:30:35 +0800 |
commit | f134049de9c4bee9a4d5383c2c34a69f6fb3c921 (patch) | |
tree | 4638dbc223299fc9644ebf497d7c2a60dad597e7 /x11 | |
parent | 3395d71dc50d960ec7b2f6dad2d3ea38017fc685 (diff) | |
download | freebsd-ports-gnome-f134049de9c4bee9a4d5383c2c34a69f6fb3c921.tar.gz freebsd-ports-gnome-f134049de9c4bee9a4d5383c2c34a69f6fb3c921.tar.zst freebsd-ports-gnome-f134049de9c4bee9a4d5383c2c34a69f6fb3c921.zip |
Add build dependencies.
Discovered by: pointyhat
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xascii/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xascii/Makefile b/x11/xascii/Makefile index 6e92630ea50b..e16202e2f2b2 100644 --- a/x11/xascii/Makefile +++ b/x11/xascii/Makefile @@ -18,7 +18,7 @@ COMMENT= Display an ascii table in decimal, octal, and hexadecimal. MAKE_ARGS+= PREFIX=${PREFIX} USE_IMAKE= YES -USE_XORG= x11 +USE_XORG= x11 xt xaw MAN1= xascii.1 PLIST_FILES= bin/xascii |