diff options
author | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-30 18:21:18 +0000 |
---|---|---|
committer | Niclas Zeising <zeising@FreeBSD.org> | 2019-09-30 18:21:18 +0000 |
commit | 00a1e1c138c55bf127732786318cdcf556a5266c (patch) | |
tree | 4dccd986ef17897faa5d46b9c59bbbbed704f682 | |
parent | 99cbb2b29e00fdcd3e8b0b1fa32da69c7e8f7a0f (diff) |
cad/alliance: Really remove libXp dependency
Notes
Notes:
svn path=/head/; revision=513406
-rw-r--r-- | cad/alliance/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cad/alliance/Makefile b/cad/alliance/Makefile index 55d3c1727e1c..84782160ce58 100644 --- a/cad/alliance/Makefile +++ b/cad/alliance/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= convert:graphics/ImageMagick7 \ USES= autoreconf:build gmake libtool motif tar:bz2 xorg USE_GCC= any USE_TEX= dvipsk:build latex:build -USE_XORG= ice sm x11 xext xp xt +USE_XORG= ice sm x11 xext xt HAS_CONFIGURE= yes CONFIGURE_ENV+= ALLIANCE_TOP=${ALLIANCE_TOP} |