svn commit: r404560 - head/multimedia/winff
Antoine Brodin
antoine at FreeBSD.org
Sun Dec 27 11:50:49 UTC 2015
Author: antoine
Date: Sun Dec 27 11:50:47 2015
New Revision: 404560
URL: https://svnweb.freebsd.org/changeset/ports/404560
Log:
- Do not overwrite USE_GNOME after including bsd.port.pre.mk
- Bump PORTREVISION for dependency change
Modified:
head/multimedia/winff/Makefile
Modified: head/multimedia/winff/Makefile
==============================================================================
--- head/multimedia/winff/Makefile Sun Dec 27 11:25:36 2015 (r404559)
+++ head/multimedia/winff/Makefile Sun Dec 27 11:50:47 2015 (r404560)
@@ -3,7 +3,7 @@
PORTNAME= WinFF
PORTVERSION= 1.5.2
-PORTREVISION= 5
+PORTREVISION= 6
CATEGORIES= multimedia
MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
PROJECTHOST= ${_PORTNAME}
@@ -49,7 +49,7 @@ OPTIONS_DEFAULT= GTK2
.if ${PORT_OPTIONS:MGTK2}
USE_FPC+= gtk2
-USE_GNOME= gtk20
+USE_GNOME+= gtk20
LCL_PLATFORM= gtk2
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2
.endif
More information about the svn-ports-all
mailing list