diff options
Diffstat (limited to 'devel/rubygem-p4ruby/Makefile')
-rw-r--r-- | devel/rubygem-p4ruby/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/rubygem-p4ruby/Makefile b/devel/rubygem-p4ruby/Makefile index 4c5f1d084cd1..26b6a033e29b 100644 --- a/devel/rubygem-p4ruby/Makefile +++ b/devel/rubygem-p4ruby/Makefile @@ -10,7 +10,7 @@ COMMENT= Ruby bindings for the Perforce API LICENSE= BSD2CLAUSE -BUILD_DEPENDS+= ${LOCALBASE}/lib/perforce/libclient.a:${PORTSDIR}/devel/p4api +BUILD_DEPENDS+= ${LOCALBASE}/lib/perforce/libclient.a:devel/p4api RUN_DEPENDS:= ${BUILD_DEPENDS} USE_RUBY= yes |