diff options
author | ahze <ahze@FreeBSD.org> | 2007-08-22 22:37:36 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2007-08-22 22:37:36 +0800 |
commit | 1a1a88665f08fa16cf71687bef65ab17332b00c7 (patch) | |
tree | 32e8da74614a27325d3864a7a8fcf78dcbb29800 /mail/epstools | |
parent | d60d474347d4d7dd84e52a759dc370452389dd8e (diff) | |
download | freebsd-ports-gnome-1a1a88665f08fa16cf71687bef65ab17332b00c7.tar.gz freebsd-ports-gnome-1a1a88665f08fa16cf71687bef65ab17332b00c7.tar.zst freebsd-ports-gnome-1a1a88665f08fa16cf71687bef65ab17332b00c7.zip |
- Install header files in include/eps instead of include/ to not conflict
with ffmpeg
PR: ports/115038
Approved by: maintainer timeout
Diffstat (limited to 'mail/epstools')
-rw-r--r-- | mail/epstools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/epstools/Makefile b/mail/epstools/Makefile index eafe9e2b4ee6..8add85ac3d68 100644 --- a/mail/epstools/Makefile +++ b/mail/epstools/Makefile @@ -17,7 +17,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} PORTDOCS= README -MAKE_ENV+= DEFS="-I${LOCALBASE}/include ${CFLAGS}" +MAKE_ENV+= DEFS="-I${LOCALBASE}/include/eps ${CFLAGS}" SUB_FILES= pkg-message EXAMPLE_FILES= addr.1 addr.2 addr.3 addr.4 email.1 email.2 virus.email |