diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-07 04:55:15 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-07 04:55:15 +0800 |
commit | 1adb7e319e1df7511c4567c1dac28ceb5121e410 (patch) | |
tree | 3c25006ef8132330dfea3af4824e51ca4ae570f5 /devel | |
parent | 27abc49176f2d76e1c16f3bca7e46429186ae2a1 (diff) | |
download | freebsd-ports-gnome-1adb7e319e1df7511c4567c1dac28ceb5121e410.tar.gz freebsd-ports-gnome-1adb7e319e1df7511c4567c1dac28ceb5121e410.tar.zst freebsd-ports-gnome-1adb7e319e1df7511c4567c1dac28ceb5121e410.zip |
Fix license this is ISCL not BSD
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pkgconf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/pkgconf/Makefile b/devel/pkgconf/Makefile index 71a9950e1a42..bd2cbb8df44c 100644 --- a/devel/pkgconf/Makefile +++ b/devel/pkgconf/Makefile @@ -9,7 +9,7 @@ MASTER_SITES= http://rabbit.dereferenced.org/~nenolod/distfiles/ \ MAINTAINER= bapt@FreeBSD.org COMMENT= Utility to help to configure compiler and linker flags -LICENSE= BSD +LICENSE= ISCL GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkg-config-dir=${PREFIX}/libdata/pkgconfig:/usr/libdata/pkgconfig \ |