diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 14:20:25 +0000 |
commit | 992586fa0863f8346a19cbcdfbba376c5c4dfd43 (patch) | |
tree | 87b239f8431cee200969f89da8739806496b7dad /textproc/sdcv | |
parent | dc0ce8f5839343b4c972ae818337189b1b55d447 (diff) | |
download | ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.tar.gz ports-992586fa0863f8346a19cbcdfbba376c5c4dfd43.zip |
Notes
Diffstat (limited to 'textproc/sdcv')
-rw-r--r-- | textproc/sdcv/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/sdcv/Makefile b/textproc/sdcv/Makefile index 6a5ab1e092bf..6da70ae7dd1c 100644 --- a/textproc/sdcv/Makefile +++ b/textproc/sdcv/Makefile @@ -1,8 +1,5 @@ -# Ports collection makefile for: sdcv -# Date created: 2005/07/07 -# Whom: chinsan <chinsan.tw@gmail.com> +# Created by: chinsan <chinsan.tw@gmail.com> # $FreeBSD$ -# PORTNAME= sdcv PORTVERSION= 0.4.2 @@ -18,7 +15,7 @@ USE_ICONV= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_GNOME= glib20 -USE_PKGCONFIG= build +USES= pkgconfig SUB_FILES= pkg-message .if !defined(WITHOUT_NLS) |