diff options
author | osa <osa@FreeBSD.org> | 2003-12-17 20:27:30 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2003-12-17 20:27:30 +0800 |
commit | 806904f7e820aedb8e6fc66c951bd53d79cc8da8 (patch) | |
tree | a6fdfc0e83e3f2af39d80ffe68dac662b1141bb6 /devel | |
parent | 7a121e95532356e582e037ec605a455000434dd1 (diff) | |
download | freebsd-ports-gnome-806904f7e820aedb8e6fc66c951bd53d79cc8da8.tar.gz freebsd-ports-gnome-806904f7e820aedb8e6fc66c951bd53d79cc8da8.tar.zst freebsd-ports-gnome-806904f7e820aedb8e6fc66c951bd53d79cc8da8.zip |
Add missing dependency.
Submitted by: Sergey Akifyev <asa@gascom.ru>
Approved by: Rui Lopes <rui@ruilopes.com> (maintainer)
PR: 6032
Diffstat (limited to 'devel')
-rw-r--r-- | devel/regexxer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/regexxer/Makefile b/devel/regexxer/Makefile index 9ebc4c897f1c..2d1022f48f9d 100644 --- a/devel/regexxer/Makefile +++ b/devel/regexxer/Makefile @@ -19,7 +19,8 @@ DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} \ MAINTAINER= rui@ruilopes.com COMMENT= An interactive tool for performing search and replace operations -LIB_DEPENDS= gnomevfsmm-1.3:${PORTSDIR}/devel/gnome-vfsmm +LIB_DEPENDS= gnomevfsmm-1.3:${PORTSDIR}/devel/gnome-vfsmm \ + gconfmm-2.0:${PORTSDIR}/devel/gconfmm USE_X_PREFIX= yes USE_REINPLACE= yes |