diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 09:23:54 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-26 09:23:54 +0000 |
commit | 598e3b95e377a3ff6d791057125fe27b1ffdb352 (patch) | |
tree | ae2da985769260bb23bc25c81c014e3f0f5add03 /cad | |
parent | 336a28bb21cb0a1f37db2940b881f43d8f38ba36 (diff) | |
download | ports-598e3b95e377a3ff6d791057125fe27b1ffdb352.tar.gz ports-598e3b95e377a3ff6d791057125fe27b1ffdb352.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/layouteditor/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/cad/layouteditor/Makefile b/cad/layouteditor/Makefile index 4ed18cd30680..756e94ad61b4 100644 --- a/cad/layouteditor/Makefile +++ b/cad/layouteditor/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: layouteditor -# Date created: Sun, Apr 29 2007 -# Whom: Hiroki Sato <hrs@FreeBSD.org> -# +# Created by: Hiroki Sato <hrs@FreeBSD.org> # $FreeBSD$ -# PORTNAME= layouteditor PORTVERSION= 0.0.20110614 @@ -16,10 +12,11 @@ DISTNAME= LayoutEditor-${PORTVERSION:S,^0.0.,,}-gpl-src MAINTAINER= hrs@FreeBSD.org COMMENT= IC/MEMS layout editor +LIB_DEPENDS= ttf:${PORTSDIR}/print/freetype + USE_QT4= corelib gui network moc_build sql uic_build \ rcc_build qmake qt3support xml USE_ZIP= yes -USE_FREETYPE= yes WRKSRC= ${WRKDIR}/layout PLIST_FILES= bin/layout |