diff options
author | sat <sat@FreeBSD.org> | 2006-08-05 03:30:36 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-05 03:30:36 +0800 |
commit | b9d8b702f32018476fd0b8a7cf18b1cac31c8fdc (patch) | |
tree | c633f453e8aa8bf0efc9e2c85bf542e1d372d93d /devel | |
parent | be177739a5cba5710a7e52a7c946e74969a6f932 (diff) | |
download | freebsd-ports-gnome-b9d8b702f32018476fd0b8a7cf18b1cac31c8fdc.tar.gz freebsd-ports-gnome-b9d8b702f32018476fd0b8a7cf18b1cac31c8fdc.tar.zst freebsd-ports-gnome-b9d8b702f32018476fd0b8a7cf18b1cac31c8fdc.zip |
- Fix build by depending on p5-Inline
Reported by: pointyhat via erwin
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Linux-Pid/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/p5-Linux-Pid/Makefile b/devel/p5-Linux-Pid/Makefile index 85fdec173017..893136a8b6ba 100644 --- a/devel/p5-Linux-Pid/Makefile +++ b/devel/p5-Linux-Pid/Makefile @@ -14,6 +14,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= infofarmer@FreeBSD.org COMMENT= Get native PID and the PPID +BUILD_DEPENDS= p5-Inline>=0.44:${PORTSDIR}/devel/p5-Inline +RUN_DEPENDS= ${BUILD_DEPENDS} + PERL_CONFIGURE= YES MAN3= Linux::Pid.3 |