diff options
author | antoine <antoine@FreeBSD.org> | 2015-12-27 19:50:47 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2015-12-27 19:50:47 +0800 |
commit | 924024b76ba87a47c26f4c6120cd1b9ce4808924 (patch) | |
tree | 32168d8c0adae568438dc5237b7d1a7c9a7b423b /multimedia/winff | |
parent | 680948c3c8ff42a6769117b9409df34cf1d32156 (diff) | |
download | freebsd-ports-gnome-924024b76ba87a47c26f4c6120cd1b9ce4808924.tar.gz freebsd-ports-gnome-924024b76ba87a47c26f4c6120cd1b9ce4808924.tar.zst freebsd-ports-gnome-924024b76ba87a47c26f4c6120cd1b9ce4808924.zip |
- Do not overwrite USE_GNOME after including bsd.port.pre.mk
- Bump PORTREVISION for dependency change
Diffstat (limited to 'multimedia/winff')
-rw-r--r-- | multimedia/winff/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/winff/Makefile b/multimedia/winff/Makefile index 64e59d931863..870dedd13950 100644 --- a/multimedia/winff/Makefile +++ b/multimedia/winff/Makefile @@ -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 |