diff options
author | dinoex <dinoex@FreeBSD.org> | 2013-02-19 05:13:02 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2013-02-19 05:13:02 +0800 |
commit | a69af0eb7aa0e2adb4c41ab4d6405385397f3eea (patch) | |
tree | 6c12a9e824cf39ccd0922fe8c2e9a8017ad5fc34 /security/sasp | |
parent | be1d59b55171e62bfdf033d7120d3419cad24f73 (diff) | |
download | freebsd-ports-gnome-a69af0eb7aa0e2adb4c41ab4d6405385397f3eea.tar.gz freebsd-ports-gnome-a69af0eb7aa0e2adb4c41ab4d6405385397f3eea.tar.zst freebsd-ports-gnome-a69af0eb7aa0e2adb4c41ab4d6405385397f3eea.zip |
- update libnet to 1.1.6
- build shared lib
- fix dependend ports when libnet.so.8 was linked in
- fix dependend ports when includes where missing
Diffstat (limited to 'security/sasp')
-rw-r--r-- | security/sasp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sasp/Makefile b/security/sasp/Makefile index 09496e5b92a3..fc764b9ede71 100644 --- a/security/sasp/Makefile +++ b/security/sasp/Makefile @@ -7,7 +7,7 @@ PORTNAME= sasp PORTVERSION= 0.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_LOCAL} \ http://people.freebsd.org/~ahze/distfiles/ @@ -16,7 +16,7 @@ MASTER_SITE_SUBDIR= ahze MAINTAINER= sviat@OpenGEEKS.it COMMENT= A tool that permits to use a gateway whatever IP we have -BUILD_DEPENDS= ${LIBNET_CONFIG}:${PORTSDIR}/net/libnet +LIB_DEPENDS= net:${PORTSDIR}/net/libnet NO_WRKSUBDIR= yes MAKE_ENV= LIBNET_CONFIG="${LIBNET_CONFIG}" |