diff options
author | danfe <danfe@FreeBSD.org> | 2013-07-31 17:18:07 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2013-07-31 17:18:07 +0800 |
commit | ca26df47f046a124a29865a5660c35e859e4759c (patch) | |
tree | 18cd649ea38e6e5dbf7640519d95e3167fa0971e | |
parent | 43c85bddc73d7b6d2349bdb1a5566b5950a0ff6a (diff) | |
download | freebsd-ports-gnome-ca26df47f046a124a29865a5660c35e859e4759c.tar.gz freebsd-ports-gnome-ca26df47f046a124a29865a5660c35e859e4759c.tar.zst freebsd-ports-gnome-ca26df47f046a124a29865a5660c35e859e4759c.zip |
Minor, last-minute fixes missed in the previous commits.
-rw-r--r-- | graphics/xpaint/Makefile | 4 | ||||
-rw-r--r-- | japanese/xdtp/Makefile | 2 | ||||
-rw-r--r-- | print/xdvi/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 223b8231b016..b8ddb2362584 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= johans@FreeBSD.org COMMENT= Simple paint program +LICENSE= GPLv3 + LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ openjpeg:${PORTSDIR}/graphics/openjpeg \ @@ -17,13 +19,11 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ freetype:${PORTSDIR}/print/freetype2 \ jbig:${PORTSDIR}/graphics/jbigkit \ Xaw3dxft:${PORTSDIR}/x11-toolkits/libxaw3dxft - RUN_DEPENDS= psselect:${PORTSDIR}/print/psutils USE_BZIP2= yes USE_XORG= xft xmu xpm USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes USE_GHOSTSCRIPT_RUN=yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 diff --git a/japanese/xdtp/Makefile b/japanese/xdtp/Makefile index b1361baff02c..0a4dea5b43aa 100644 --- a/japanese/xdtp/Makefile +++ b/japanese/xdtp/Makefile @@ -5,7 +5,7 @@ PORTNAME= xdtp PORTVERSION= 1.3.1 PORTREVISION= 4 CATEGORIES= japanese -MASTER_SITES+= http://www.ongs.co.jp/projects/xdtp/ +MASTER_SITES= http://www.ongs.co.jp/projects/xdtp/ EXTRACT_SUFX= .tgz MAINTAINER= ozawa@ongs.co.jp diff --git a/print/xdvi/Makefile b/print/xdvi/Makefile index 34c03bd71333..765f96855166 100644 --- a/print/xdvi/Makefile +++ b/print/xdvi/Makefile @@ -9,13 +9,13 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications DISTNAME= ${PORTNAME}-20 EXTRACT_SUFX= .tar.Z +DIST_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= DVI previewer for the X Window System CONFLICTS= teTeX-* -DIST_SUBDIR= xdvi USES= gmake imake USE_XORG= ice sm x11 xaw xext xmu xt xpm PKGINSTALL= ${WRKDIR}/pkg-install |