diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 08:47:25 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-02 08:47:25 +0000 |
commit | e4179a613b8a9ce59d52c073dd69fd412c8155f4 (patch) | |
tree | 86ffeb0d0fbb5aea88fe83f8050d353817268196 | |
parent | dd62f4d5eb27c128d7fcd124d6c426d8d2045195 (diff) |
graphics/pfstools: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | graphics/pfstools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/pfstools/Makefile b/graphics/pfstools/Makefile index 14e5e3c3f0f2..18993c1fbbfd 100644 --- a/graphics/pfstools/Makefile +++ b/graphics/pfstools/Makefile @@ -19,7 +19,7 @@ CONFLICTS= pfstmo-1.* pfscalibration-1.* CFLAGS+= -I${LOCALBASE}/include/Imath LDFLAGS+= -lthr -USES= cmake tar:tgz dos2unix jpeg perl5 +USES= cmake cpe tar:tgz dos2unix jpeg perl5 USE_PERL5= run USE_LDCONFIG= yes |