svn commit: r476574 - head/net-p2p/awgg

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Aug 7 07:39:49 UTC 2018


Author: acm
Date: Tue Aug  7 07:39:47 2018
New Revision: 476574
URL: https://svnweb.freebsd.org/changeset/ports/476574

Log:
  - Move flavor helpers to correct place
  
  Suggested by:	mat

Modified:
  head/net-p2p/awgg/Makefile

Modified: head/net-p2p/awgg/Makefile
==============================================================================
--- head/net-p2p/awgg/Makefile	Tue Aug  7 07:09:39 2018	(r476573)
+++ head/net-p2p/awgg/Makefile	Tue Aug  7 07:39:47 2018	(r476574)
@@ -16,6 +16,10 @@ RUN_DEPENDS=	aria2c:www/aria2 \
 		youtube-dl:www/youtube_dl \
 		axel:ftp/axel
 
+gtk2_CONFLICTS_INSTALL=	${PORTNAME}-qt4 ${PORTNAME}-qt5
+qt4_CONFLICTS_INSTALL=	${PORTNAME}-gtk2 ${PORTNAME}-qt5
+qt5_CONFLICTS_INSTALL=	${PORTNAME}-gtk2 ${PORTNAME}-qt4
+
 USES=		fpc lazarus:flavors
 USE_FPC=	chm fcl-base fcl-db fcl-image fcl-json fcl-registry fcl-xml \
 		pasjpeg regexpr rtl-extra rtl-objpas x11
@@ -36,10 +40,6 @@ USE_FPC_gtk2=	cairo
 USE_GNOME_gtk2=	cairo
 USE_FPC+=	${USE_FPC_${FLAVOR}}
 USE_GNOME+=	${USE_GNOME_${FLAVOR}}
-
-gtk2_CONFLICTS_INSTALL=	${PORTNAME}-qt4 ${PORTNAME}-qt5
-qt4_CONFLICTS_INSTALL=	${PORTNAME}-gtk2 ${PORTNAME}-qt5
-qt5_CONFLICTS_INSTALL=	${PORTNAME}-gtk2 ${PORTNAME}-qt4
 
 LAZBUILD_ARGS=	-d
 LAZARUS_PROJECT_FILES=	src/awgg.lpi


More information about the svn-ports-all mailing list