diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 19:50:11 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-10 21:17:36 +0000 |
commit | c6b9667bff3013ae9568e4bf92a886dba89912cd (patch) | |
tree | 3a66a7d9131d51282d8126afab504194db0e3e4c /x11 | |
parent | ce6d70677b5f3a4b27b33ea15326917a9b7ac9d7 (diff) |
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eterm/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 7be931f9fa84..26ca8f496849 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -28,12 +28,13 @@ CONFIGURE_ENV= GDB=/usr/bin/gdb CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -USES= iconv libtool shebangfix xorg +USES= cpe iconv libtool shebangfix xorg SHEBANG_FILES= ${WRKSRC}/utils/kEsetroot.in perl_OLD_CMD= @PERL@ USE_CSTD= gnu89 USE_LDCONFIG= yes USE_XORG= x11 xt +CPE_VENDOR= eterm_project OPTIONS_DEFINE= DOCS OPTIONS_DEFINE_i386= MMX |