Skip to content

Commit

Permalink
ports-mgmt/pkg-appstream: Use PKG_ORIGIN in BUILD_DEPENDS.
Browse files Browse the repository at this point in the history
This allows building the plugin against pkg-devel.

Reported by:	fluffy
  • Loading branch information
arrowd committed Aug 8, 2023
1 parent 97deaa1 commit 8b52ee3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ports-mgmt/pkg-appstream/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ WWW= https://github.com/freebsd/pkg-appstream
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= ${LOCALBASE}/include/pkg.h:ports-mgmt/pkg
BUILD_DEPENDS= ${LOCALBASE}/include/pkg.h:${PKG_ORIGIN}

USES= localbase

Expand Down

0 comments on commit 8b52ee3

Please sign in to comment.