diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:10:58 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-08-31 09:23:28 +0000 |
commit | 708e6ad43fbae338499f640e3bb9bdb9d4fc9345 (patch) | |
tree | 43d32db31b3b86ad685fe90870100c086590a2fe | |
parent | 0d3b974252382d0206d489f09ac3b55a1145bb71 (diff) |
x11/multi-aterm: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | x11/multi-aterm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/multi-aterm/Makefile b/x11/multi-aterm/Makefile index cd462f581391..ec3aca6278aa 100644 --- a/x11/multi-aterm/Makefile +++ b/x11/multi-aterm/Makefile @@ -12,7 +12,7 @@ COMMENT= Multi terminal based on aterm LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= xorg +USES= cpe xorg USE_XORG= xpm GNU_CONFIGURE= yes CONFIGURE_ARGS=--with-xpm=${LOCALBASE} |