diff options
author | John Marino <marino@FreeBSD.org> | 2013-09-12 00:48:38 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2013-09-12 00:48:38 +0000 |
commit | a10f987e18eae53df29e7ea7df4bec8f624490c3 (patch) | |
tree | dafaf1c4908ef4abbcd741a4a2814b40f4b3b2fc /cad | |
parent | 7e623ecc6a05f94f99f410892a7acb1f9901fe26 (diff) | |
download | ports-a10f987e18eae53df29e7ea7df4bec8f624490c3.tar.gz ports-a10f987e18eae53df29e7ea7df4bec8f624490c3.zip |
Notes
Diffstat (limited to 'cad')
-rw-r--r-- | cad/z88/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/cad/z88/Makefile b/cad/z88/Makefile index 9be7232c9f86..31359cd4c84b 100644 --- a/cad/z88/Makefile +++ b/cad/z88/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: Z88 -# Date created: Dec. 2004 -# Whom: Pedro F. Giffuni <giffunip@asme.org> -# +# Created by: Pedro F. Giffuni <giffunip@asme.org> # $FreeBSD$ -# PORTNAME= z88 PORTVERSION= 13.0 @@ -20,6 +16,7 @@ COMMENT= A compact Finite Element Analysis System LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext NO_WRKSUBDIR= yes +USES= pkgconfig USE_GL= glu USE_GNOME= gtk20 |