diff options
author | nakai <nakai@FreeBSD.org> | 2000-11-17 17:38:56 +0800 |
---|---|---|
committer | nakai <nakai@FreeBSD.org> | 2000-11-17 17:38:56 +0800 |
commit | 50aae5c09bb0a6c0b14f9e3b9c0071d94bdbd95f (patch) | |
tree | 046787cdf1439fa0ddcd1e0129573b1ba61016ec | |
parent | 69f5fd892b62e2cdee1287942f492cb580db6b81 (diff) | |
download | freebsd-ports-gnome-50aae5c09bb0a6c0b14f9e3b9c0071d94bdbd95f.tar.gz freebsd-ports-gnome-50aae5c09bb0a6c0b14f9e3b9c0071d94bdbd95f.tar.zst freebsd-ports-gnome-50aae5c09bb0a6c0b14f9e3b9c0071d94bdbd95f.zip |
Make to use japanese/gnomelibs
-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" |