1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Add missing dependency upon libgnomeui.

Submitted by:	kris/bento
This commit is contained in:
Adam Weinberger 2003-07-10 07:09:22 +00:00
parent 37e7537ba9
commit 5c7ff90187
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84571

View File

@ -19,6 +19,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_GNOME= gnomehack gnomeprefix gnomevfs2
USE_GNOME= gnomehack gnomeprefix gnomevfs2 libgnomeui
.include <bsd.port.mk>