diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-19 07:52:12 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2007-04-19 07:52:12 +0000 |
commit | 796458fbeaa4c639ac318204ce901369811cb63b (patch) | |
tree | 38655b78b570a258b10a07d5979f9224f8c4dc52 /security/gpass | |
parent | ad3ab5a609e8f9f77c414c53d02f3d2ddd7a4a1d (diff) |
Notes
Diffstat (limited to 'security/gpass')
-rw-r--r-- | security/gpass/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/security/gpass/Makefile b/security/gpass/Makefile index ada98217f6a8..cb718b672354 100644 --- a/security/gpass/Makefile +++ b/security/gpass/Makefile @@ -27,12 +27,6 @@ MAN1= gpass.1 gpass.ja.1 gpass-convert.1 gpass-convert.ja.1 USE_GNOME= gnomehack gnomeprefix gtk20 libgnomeui intltool libglade2 GCONF_SCHEMAS= gpass.schemas -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 500000 -BROKEN= Does not compile -.endif - post-patch: @${REINPLACE_CMD} -e 's|{packageprefix}/share|{datadir}|g' \ ${WRKSRC}/configure @@ -40,4 +34,4 @@ post-patch: post-install: @-update-desktop-database -.include <bsd.port.post.mk> +.include <bsd.port.mk> |