diff options
author | antoine <antoine@FreeBSD.org> | 2016-01-05 00:35:05 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2016-01-05 00:35:05 +0800 |
commit | ceab4538c744d233c6c11a9fe3b964d1bbee1b9f (patch) | |
tree | c20d18f112e0f59cd9ef8e113ef792af4073df0c | |
parent | 22a255d7e08f4e3ee7cecdeef5abcad977defe74 (diff) | |
download | freebsd-ports-gnome-ceab4538c744d233c6c11a9fe3b964d1bbee1b9f.tar.gz freebsd-ports-gnome-ceab4538c744d233c6c11a9fe3b964d1bbee1b9f.tar.zst freebsd-ports-gnome-ceab4538c744d233c6c11a9fe3b964d1bbee1b9f.zip |
Hook creduce and libressl-devel to the build
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | security/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 93e80917ad77..14e8602e8fbe 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -303,6 +303,7 @@ SUBDIR += cppunit SUBDIR += cproto SUBDIR += cpuflags + SUBDIR += creduce SUBDIR += critcl SUBDIR += cs-eric6 SUBDIR += cscope diff --git a/security/Makefile b/security/Makefile index 4c3390bc8669..af594f3696d1 100644 --- a/security/Makefile +++ b/security/Makefile @@ -304,6 +304,7 @@ SUBDIR += libpwquality SUBDIR += libpwstor SUBDIR += libressl + SUBDIR += libressl-devel SUBDIR += libscrypt SUBDIR += libsecret SUBDIR += libsectok |