summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 18:33:50 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-04-11 18:33:50 +0000
commit861b9265ff7d92293bf65f5aea8aa0ad1ed607ce (patch)
tree04f82487c62fa80129372b20535f7120125a26b3 /x11-fm
parentMark deprecated and set expiration. (diff)
Remove buggy dependency on gdkpixbuf
Notes
Notes: svn path=/head/; revision=351024
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/doublecmd/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-fm/doublecmd/Makefile b/x11-fm/doublecmd/Makefile
index c48a7728507f..5b5ee72c1a33 100644
--- a/x11-fm/doublecmd/Makefile
+++ b/x11-fm/doublecmd/Makefile
@@ -3,6 +3,7 @@
PORTNAME= doublecmd
PORTVERSION= 0.5.9
+PORTREVISION= 1
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}/Double%20Commander%20Source
@@ -81,7 +82,7 @@ OPTIONS_DEFAULT= GTK2 \
.if ${PORT_OPTIONS:MGTK2}
USE_FPC+= gtk2
-USE_GNOME= gtk20 gdkpixbuf
+USE_GNOME= gtk20
LCL_PLATFORM= gtk2
BUILD_DEPENDS+= ${LOCALBASE}/share/lazarus/lcl/units/${BUILDNAME}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2
.endif