diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-07-30 15:31:25 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2020-07-30 15:31:25 +0000 |
commit | 2e9b1b14f1e43812e00a76f845b575d99f6bee60 (patch) | |
tree | 9fdaee975ba879e4d996c76e094d7aa23f29ccc4 /multimedia/pHash/Makefile | |
parent | 1d2a330b849cff3ddf17db68250b316d2f8a369a (diff) | |
download | ports-2e9b1b14f1e43812e00a76f845b575d99f6bee60.tar.gz ports-2e9b1b14f1e43812e00a76f845b575d99f6bee60.zip |
Notes
Diffstat (limited to 'multimedia/pHash/Makefile')
-rw-r--r-- | multimedia/pHash/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/pHash/Makefile b/multimedia/pHash/Makefile index 68e3bc9e05d1..9aa0bf17435c 100644 --- a/multimedia/pHash/Makefile +++ b/multimedia/pHash/Makefile @@ -13,7 +13,7 @@ COMMENT= Open source perceptual hash library LICENSE= GPLv3+ -USES= gmake libtool pathfix +USES= compiler:c11 gmake libtool pathfix GNU_CONFIGURE= yes CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" INSTALL_TARGET= install-strip |