diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-11-17 09:38:56 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-11-17 09:38:56 +0000 |
commit | 3feeb9a814bf1b4dad5fd3142c0e298adb926371 (patch) | |
tree | 76839f81d4ad6fdd3561cc3ea95a52fe8c42947b /japanese/gnomecore | |
parent | c36dbba88c0a99cf7cb2cc2de0aa6f7d4d5b6b41 (diff) |
Make to use japanese/gnomelibs
Notes
Notes:
svn path=/head/; revision=35214
Diffstat (limited to 'japanese/gnomecore')
-rw-r--r-- | japanese/gnomecore/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/gnomecore/Makefile b/japanese/gnomecore/Makefile index c4ca4ab8bc49..50230a3483b8 100644 --- a/japanese/gnomecore/Makefile +++ b/japanese/gnomecore/Makefile @@ -6,7 +6,7 @@ # # This port does not work with another version of master port. -#PORTVERSION= 1.2.3 +#PORTVERSION= 1.2.4 CATEGORIES= japanese x11 gnome MASTERDIR= ${.CURDIR}/../../x11/gnomecore @@ -15,4 +15,6 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-* MAINTAINER= nakai@FreeBSD.org +BUILD_DEPENDS= gnome-libs-jp:${PORTSDIR}/japanese/gnomelibs + .include "${MASTERDIR}/Makefile" |