diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-31 04:37:25 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2013-07-31 04:37:25 +0000 |
commit | 012ea9678a77aadce656e0b0f73f83d5260bd6a0 (patch) | |
tree | 58685aba5586ab86c061a8ac8a95e2092a3b5440 /graphics/xpaint/Makefile | |
parent | 2b825c868361176d0902cff6c61c3a99e305debe (diff) | |
download | ports-012ea9678a77aadce656e0b0f73f83d5260bd6a0.tar.gz ports-012ea9678a77aadce656e0b0f73f83d5260bd6a0.zip |
Notes
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r-- | graphics/xpaint/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index a0c0fb6b718b..223b8231b016 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,4 +1,4 @@ -# Created by: swallace +# Created by: Steven Wallace <swallace@FreeBSD.org> # $FreeBSD$ PORTNAME= xpaint @@ -8,7 +8,7 @@ CATEGORIES= graphics MASTER_SITES= SF/sf-${PORTNAME}/sf-${PORTNAME}/${PORTNAME}-${PORTVERSION:R} MAINTAINER= johans@FreeBSD.org -COMMENT= A simple paint program +COMMENT= Simple paint program LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg:${PORTSDIR}/graphics/jpeg \ @@ -25,7 +25,6 @@ USE_XORG= xft xmu xpm USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GHOSTSCRIPT_RUN=yes -MAKE_JOBS_UNSAFE= yes CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 LDFLAGS+= -L${LOCALBASE}/lib |