Lines 2-8
Link Here
|
2 |
# $FreeBSD: head/www/drood/Makefile 386605 2015-05-17 12:42:37Z riggs $ |
2 |
# $FreeBSD: head/www/drood/Makefile 386605 2015-05-17 12:42:37Z riggs $ |
3 |
|
3 |
|
4 |
PORTNAME= drood |
4 |
PORTNAME= drood |
5 |
PORTVERSION= 4.3 |
5 |
PORTVERSION= 4.5 |
6 |
CATEGORIES= www |
6 |
CATEGORIES= www |
7 |
MASTER_SITES= http://www.mammothcheese.ca/ |
7 |
MASTER_SITES= http://www.mammothcheese.ca/ |
8 |
|
8 |
|
Lines 23-31
Link Here
|
23 |
|
23 |
|
24 |
.include <bsd.port.pre.mk> |
24 |
.include <bsd.port.pre.mk> |
25 |
|
25 |
|
26 |
.if ${OSVERSION} < 1000000 |
|
|
27 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl |
26 |
BUILD_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl |
28 |
RUN_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl |
27 |
RUN_DEPENDS+= ${LOCALBASE}/lib/libssl.so:${PORTSDIR}/security/openssl |
29 |
.endif |
|
|
30 |
|
28 |
|
31 |
.include <bsd.port.post.mk> |
29 |
.include <bsd.port.post.mk> |