diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-03-08 11:32:11 +0000 |
commit | 9250d94365048cf854570d93b5196aa250eba8f0 (patch) | |
tree | 9c130b083139cc77280c7e96cc9cea75a84d2d4c /databases/mdbtools/Makefile | |
parent | 09fa4f371396ff884f3845939561bfc786faf491 (diff) |
Notes
Diffstat (limited to 'databases/mdbtools/Makefile')
-rw-r--r-- | databases/mdbtools/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/databases/mdbtools/Makefile b/databases/mdbtools/Makefile index 3f49b686dc32..c38e28881a82 100644 --- a/databases/mdbtools/Makefile +++ b/databases/mdbtools/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: mdbtools -# Date created: 25 April 2001 -# Whom: Anders Nordby <anders@fix.no> -# +# Created by: Anders Nordby <anders@fix.no> # $FreeBSD$ -# PORTNAME= mdbtools PORTVERSION= 0.5 @@ -32,7 +28,8 @@ MAN1= mdb-ver.1 mdb-tables.1 mdb-schema.1 mdb-sql.1 mdb-export.1 .if ${HAVE_GNOME:Mlibgnomeui}!="" USE_XORG= x11 -USE_GNOME+= gnomeprefix gnomehack libgnomeui +USES+= pathfix +USE_GNOME+= gnomeprefix libgnomeui PKGNAMESUFFIX= -gnome .endif |