diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 01:07:26 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 01:07:26 +0800 |
commit | 926c80457ba93266c92d25ce104486fc3101d852 (patch) | |
tree | 4fe3821c37cb6d078630d18fa663115222471e1a /graphics/opengtl | |
parent | a5341091eb73a3b0935daf8915c7f79139235548 (diff) | |
download | freebsd-ports-gnome-926c80457ba93266c92d25ce104486fc3101d852.tar.gz freebsd-ports-gnome-926c80457ba93266c92d25ce104486fc3101d852.tar.zst freebsd-ports-gnome-926c80457ba93266c92d25ce104486fc3101d852.zip |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
Diffstat (limited to 'graphics/opengtl')
-rw-r--r-- | graphics/opengtl/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index 93c00ab606fe..b65d9e907b4a 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -15,9 +15,8 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png BUILD_DEPENDS= ${LOCALBASE}/lib/libLLVM-3.2.so:${PORTSDIR}/devel/llvm RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_PERL5= yes USE_BZIP2= yes -USES= cmake +USES= cmake perl5 USE_LDCONFIG= yes OPTIONS_DEFINE= SHIVA |