diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2013-07-12 15:01:45 +0000 |
commit | daffe00d4a57c0ef6a21947a8121b8d233d8d3a5 (patch) | |
tree | 713942325bda393305edb21d46cd7f38d213aebc /math/drgeo/Makefile | |
parent | - Update to 20110724.002 (diff) |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
Notes
Notes:
svn path=/head/; revision=322840
Diffstat (limited to 'math/drgeo/Makefile')
-rw-r--r-- | math/drgeo/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index 3578b12f8d02..b797b456761f 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: drgenius -# Date created: 11 January 2003 -# Whom: Joe Marcus Clarke <marcus@FreeBSD.org> -# +# Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ -# PORTNAME= drgeo PORTVERSION= 1.1.0 @@ -14,7 +10,7 @@ MASTER_SITES= SF/ofset/${PORTNAME}/${PORTVERSION} MAINTAINER= amdmi3@FreeBSD.org COMMENT= GTK interactive geometry software -LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile:${PORTSDIR}/lang/guile USES= gettext USE_GNOME= gnomehack gnomeprefix intlhack libglade2 |