diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 15:48:40 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-11-05 15:48:40 +0000 |
commit | d52303ea80aa622b55c12627a49f1f1e99799338 (patch) | |
tree | d034fed1dcf7a30f93cc657393a36b54fdca2c7b /emulators/x48/Makefile | |
parent | 5af1c513f7d709dc7d19fad1794bceca52ca780c (diff) | |
download | ports-d52303ea80aa622b55c12627a49f1f1e99799338.tar.gz ports-d52303ea80aa622b55c12627a49f1f1e99799338.zip |
Notes
Diffstat (limited to 'emulators/x48/Makefile')
-rw-r--r-- | emulators/x48/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/x48/Makefile b/emulators/x48/Makefile index 0031a165655c..75f595b3c694 100644 --- a/emulators/x48/Makefile +++ b/emulators/x48/Makefile @@ -21,7 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/fonts/misc/7x14B-ISO8859-1.pcf.gz:x11-fonts/font GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -lutil -USES= autoreconf gmake pkgconfig tar:bzip2 +USES= autoreconf gmake pkgconfig tar:bzip2 xorg USE_XORG= x11 xext xt NO_WRKSUBDIR= yes |