diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-07-12 23:01:45 +0800 |
commit | 816503d0c5051e291b1c9d153597bec2c0d90e3e (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /x11 | |
parent | 422d267e1126322ee1278071a404f04be2383f95 (diff) | |
download | freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.gz freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.tar.zst freebsd-ports-gnome-816503d0c5051e291b1c9d153597bec2c0d90e3e.zip |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Diffstat (limited to 'x11')
-rw-r--r-- | x11/eaglemode/Makefile | 8 | ||||
-rw-r--r-- | x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm (renamed from x11/eaglemode/files/patch-makers-unicc-plugins-unicc_gnu.pm) | 0 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/eaglemode/Makefile b/x11/eaglemode/Makefile index 7a1bcf9f1989..198e476f9e60 100644 --- a/x11/eaglemode/Makefile +++ b/x11/eaglemode/Makefile @@ -9,10 +9,10 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= Futuristic zoomable user environment -LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg \ +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - freetype.9:${PORTSDIR}/print/freetype2 + tiff:${PORTSDIR}/graphics/tiff \ + freetype:${PORTSDIR}/print/freetype2 USE_BZIP2= yes USE_PERL5_BUILD=yes @@ -34,7 +34,7 @@ PDF_DESC= PDF support through poppler-glib .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MXINE} -LIB_DEPENDS+= xine.2:${PORTSDIR}/multimedia/libxine +LIB_DEPENDS+= xine:${PORTSDIR}/multimedia/libxine BUILD_ARGS+= xine-inc-dir="${LOCALBASE}/include" \ xine-lib-dir="${LOCALBASE}/lib" PLIST_SUB+= EMAV="" diff --git a/x11/eaglemode/files/patch-makers-unicc-plugins-unicc_gnu.pm b/x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm index 03823c0b2463..03823c0b2463 100644 --- a/x11/eaglemode/files/patch-makers-unicc-plugins-unicc_gnu.pm +++ b/x11/eaglemode/files/patch-makers-unicc-plugins-unicc__gnu.pm |