diff options
author | ohauer <ohauer@FreeBSD.org> | 2013-10-18 03:45:34 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2013-10-18 03:45:34 +0800 |
commit | 2c16d0e4bf28b57c885242e0563fd08f811c0bfa (patch) | |
tree | b9383ce60d90c6030f42967fcdf572791456ac17 /japanese | |
parent | ae9d631bf9fd07156209d378c1d3373f90352e13 (diff) | |
download | freebsd-ports-gnome-2c16d0e4bf28b57c885242e0563fd08f811c0bfa.tar.gz freebsd-ports-gnome-2c16d0e4bf28b57c885242e0563fd08f811c0bfa.tar.zst freebsd-ports-gnome-2c16d0e4bf28b57c885242e0563fd08f811c0bfa.zip |
- adjust include path
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/bugzilla40/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/bugzilla40/Makefile b/japanese/bugzilla40/Makefile index 730e02a6a33d..a5b1d46c13a5 100644 --- a/japanese/bugzilla40/Makefile +++ b/japanese/bugzilla40/Makefile @@ -15,7 +15,7 @@ RUN_DEPENDS= bugzilla40>=${PORTVERSION}:${PORTSDIR}/devel/bugzilla40 NO_WRKSUBDIR= yes -.include "${.CURDIR}/../../devel/bugzilla/Makefile.common" +.include "${.CURDIR}/../../devel/bugzilla40/Makefile.common" USE_BZIP2= yes |