diff options
author | lioux <lioux@FreeBSD.org> | 2002-09-20 05:42:39 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2002-09-20 05:42:39 +0800 |
commit | 0736b89d83a4e37814c48d8b2351f3378dea6e7f (patch) | |
tree | bcf0a32acebd21543ccf1e43a5a19f5886a88495 /chinese/dia | |
parent | 35fa9e24ac3d9ec39d42ded4038cb51c9cde2cf7 (diff) | |
download | freebsd-ports-gnome-0736b89d83a4e37814c48d8b2351f3378dea6e7f.tar.gz freebsd-ports-gnome-0736b89d83a4e37814c48d8b2351f3378dea6e7f.tar.zst freebsd-ports-gnome-0736b89d83a4e37814c48d8b2351f3378dea6e7f.zip |
Deploy USE_GNOMENG infrastructure
PR: 42201
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Diffstat (limited to 'chinese/dia')
-rw-r--r-- | chinese/dia/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chinese/dia/Makefile b/chinese/dia/Makefile index 0a41edc2ab88..7c2b9a1cd7c9 100644 --- a/chinese/dia/Makefile +++ b/chinese/dia/Makefile @@ -15,7 +15,8 @@ PATCHFILES= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}-big5.diff.gz MD5_FILE= ${.CURDIR}/distinfo # For png output -USE_GNOMELIBS= yes +USE_GNOMENG= yes +USE_GNOME+= gnomelibs .include "${MASTERDIR}/Makefile" MAINTAINER= keith@FreeBSD.org |