Skip to content

Commit

Permalink
net-mgmt/netmagis-*: fix NO_ARCH
Browse files Browse the repository at this point in the history
  • Loading branch information
ant1 committed Dec 31, 2023
1 parent 8da8dad commit f35de34
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion net-mgmt/netmagis-common/Makefile
Expand Up @@ -16,7 +16,6 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept

RUN_DEPENDS+= dtplite:devel/tcllib

NO_ARCH?= yes
USES+= pgsql:11+ tcl
WANT_PGSQL+= pgtcl

Expand All @@ -37,6 +36,7 @@ MAKE_ARGS+= PREFIX=${PREFIX} TCLSH=${TCLSH} \
ALL_TARGET=build${PKGNAMESUFFIX?=}
.else
ALL_TARGET=nothing
NO_ARCH= yes
.endif

INSTALL_TARGET= install${PKGNAMESUFFIX}
Expand Down
1 change: 0 additions & 1 deletion net-mgmt/netmagis-topo/Makefile
Expand Up @@ -10,7 +10,6 @@ RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common \
rancid-run:net-mgmt/rancid3 \
fping:net/fping

NO_ARCH= # no
USE_RC_SUBR= topographd toposendd
SUB_LIST= TCLSH=${TCLSH}

Expand Down
1 change: 0 additions & 1 deletion net-mgmt/netmagis-www/Makefile
Expand Up @@ -13,7 +13,6 @@ RUN_DEPENDS= netmagis-config:net-mgmt/netmagis-common \
tDOM>=0.8.0:www/tdom \
${LOCALBASE}/share/certs/ca-root-nss.crt:security/ca_root_nss

NO_ARCH= # no
USES= tex
#USE_TEX= full

Expand Down

0 comments on commit f35de34

Please sign in to comment.