diff options
Diffstat (limited to 'package/arpd/Makefile')
-rw-r--r-- | package/arpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/arpd/Makefile b/package/arpd/Makefile index 7ac0c03f7..ecf7118af 100644 --- a/package/arpd/Makefile +++ b/package/arpd/Makefile @@ -14,7 +14,7 @@ WRKDIST= ${WRKDIR}/${PKG_NAME} include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,ARPD,arpd,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) +$(eval $(call PKG_template,ARPD,arpd,${PKG_VERSION}-${PKG_RELEASE})) CONFIGURE_STYLE= gnu CONFIGURE_ARGS+= --with-libdnet=${STAGING_DIR}/usr \ |