diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-02 19:55:48 +0000 |
commit | 0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3 (patch) | |
tree | 75e8ab6c627957618692c95d7dad6a3f1adee9d9 /misc/toilet | |
parent | 67024b2839e6cad6b79f6ce35a5925b15cb83cfe (diff) | |
download | ports-0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3.tar.gz ports-0e4c70bcc8fcdb0403d753f8ca387c8e78a47db3.zip |
Notes
Diffstat (limited to 'misc/toilet')
-rw-r--r-- | misc/toilet/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/toilet/Makefile b/misc/toilet/Makefile index 0f31ca0bff4e..46a092086856 100644 --- a/misc/toilet/Makefile +++ b/misc/toilet/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: toilet -# Date created: 13 August 2007 -# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org> -# +# Created by: Andrew Pantyukhin <infofarmer@FreeBSD.org> # $FreeBSD$ -# PORTNAME= toilet PORTVERSION= 0.3 @@ -18,6 +14,7 @@ LIB_DEPENDS= caca.0:${PORTSDIR}/graphics/libcaca GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name="" +USES= pkgconfig CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib CFLAGS+= -fno-strength-reduce |