diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-02 06:43:50 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-10-02 06:43:50 +0000 |
commit | cf2c24b4faf381225f73eb8bf20eedda0faa1850 (patch) | |
tree | a9db3360fdf8f564f26b8c369181b521b6a3f8de /devel/titano | |
parent | 14111407e357aa2b801b30d1d5260790bc565ebd (diff) | |
download | ports-cf2c24b4faf381225f73eb8bf20eedda0faa1850.tar.gz ports-cf2c24b4faf381225f73eb8bf20eedda0faa1850.zip |
Notes
Diffstat (limited to 'devel/titano')
-rw-r--r-- | devel/titano/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/titano/Makefile b/devel/titano/Makefile index 56883eeed2f7..798fa9105e85 100644 --- a/devel/titano/Makefile +++ b/devel/titano/Makefile @@ -14,7 +14,8 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs +LIB_DEPENDS= gnome.4:${PORTSDIR}/x11/gnomelibs \ + gtkeditor.0:${PORTSDIR}/x11-toolkits/libgtkeditor WRKSRC= ${WRKDIR}/${DISTNAME:S/b//} |