mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Remove direct dependency on apache, since it is implied with USE_PHP.
Noticed by: pointyhat / kris
This commit is contained in:
parent
7536f2daac
commit
3d7df48a61
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124854
1 changed files with 2 additions and 16 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
PORTNAME= phpGedView
|
PORTNAME= phpGedView
|
||||||
PORTVERSION= 3.1
|
PORTVERSION= 3.1
|
||||||
|
PORTREVISION= 1
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
||||||
MASTER_SITE_SUBDIR= phpgedview
|
MASTER_SITE_SUBDIR= phpgedview
|
||||||
|
@ -14,26 +15,11 @@ MASTER_SITE_SUBDIR= phpgedview
|
||||||
MAINTAINER= alecn2002@yandex.ru
|
MAINTAINER= alecn2002@yandex.ru
|
||||||
COMMENT= Online genealogy viewer
|
COMMENT= Online genealogy viewer
|
||||||
|
|
||||||
.if defined(WITH_APACHE1)
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13
|
|
||||||
.else
|
|
||||||
RUN_DEPENDS= ${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache2
|
|
||||||
.endif
|
|
||||||
|
|
||||||
.if defined(WITH_MYSQL) || defined(WITH_MYSQL41)
|
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/bin/mysql_config:${PORTSDIR}/database/mysql41-server
|
|
||||||
.endif
|
|
||||||
.if defined(WITH_MYSQL40)
|
|
||||||
RUN_DEPENDS+= ${LOCALBASE}/sbin/mysqlcc:${PORTSDIR}/database/mysql40-server
|
|
||||||
.endif
|
|
||||||
# .if defined(WITH_MYSQL50)
|
|
||||||
# RUN_DEPENDS+= ${LOCALBASE}/sbin/mysqlcc:${PORTSDIR}/database/mysql50-server
|
|
||||||
# .endif
|
|
||||||
|
|
||||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||||
|
|
||||||
USE_PHP= yes
|
USE_PHP= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
|
USE_MYSQL= yes
|
||||||
|
|
||||||
GEDVIEWDIR?= www/data/phpGedView
|
GEDVIEWDIR?= www/data/phpGedView
|
||||||
FULLGWDIR= ${LOCALBASE}/${GEDVIEWDIR}
|
FULLGWDIR= ${LOCALBASE}/${GEDVIEWDIR}
|
||||||
|
|
Loading…
Add table
Reference in a new issue