1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

Remove a spurious / that breaks the WITH_GUI case.

Submitted by:	Peter Jeremy <peterjeremy@optushome.com.au>
Approved by:	portmgr (self)
This commit is contained in:
Erwin Lansing 2006-02-28 19:43:58 +00:00
parent e5da0dfe7d
commit 85b1cc3781
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156900

View File

@ -37,7 +37,7 @@ NOT_FOR_ARCHS+= alpha
.if defined(WITH_GUI)
CONFIGURE_ARGS+= --with-gui
LIB_DEPENDS+= gtk-x11-2.0:\${PORTSDIR}/x11-toolkits/gtk20
LIB_DEPENDS+= gtk-x11-2.0:${PORTSDIR}/x11-toolkits/gtk20
MAN1+= jigdo.1
PLIST_SUB+= SUB_GUI=""
.else