diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:47:02 +0000 |
commit | 737bed69235f6656811e04b0cec49ae13226eb72 (patch) | |
tree | 26ae2cdd62e364d83407c01fd1f34e1314ccafc3 /graphics/ampasCTL | |
parent | c51f1c92df29f3db28147fb023e98b8c93ff06e8 (diff) |
Notes
Diffstat (limited to 'graphics/ampasCTL')
-rw-r--r-- | graphics/ampasCTL/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/graphics/ampasCTL/Makefile b/graphics/ampasCTL/Makefile index 5edc9c711ef3..adc4c5619e1c 100644 --- a/graphics/ampasCTL/Makefile +++ b/graphics/ampasCTL/Makefile @@ -1,6 +1,4 @@ -# New ports collection makefile for: ampasCTL -# Date created: 2007-10-08 -# Whom: nork@FreeBSD.org +# Created by: nork@FreeBSD.org # # $FreeBSD$ # @@ -18,7 +16,7 @@ LICENSE= BSD LIB_DEPENDS= Imath:${PORTSDIR}/graphics/ilmbase -USE_PKGCONFIG= build +USES= pkgconfig USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool |