diff options
author | danw <danw> | 2004-05-23 20:58:41 +0000 |
---|---|---|
committer | danw <danw> | 2004-05-23 20:58:41 +0000 |
commit | 1529eb586f30ff5b9f1d3e62b0e1214f976a61ce (patch) | |
tree | 42c40198ac2e68ba177dd5a85202a002cbbf0341 /graphics/pgraf | |
parent | 2876801319a6e48ccc8e817f91c4fcd071a4d241 (diff) | |
download | pkgsrc-1529eb586f30ff5b9f1d3e62b0e1214f976a61ce.tar.gz |
USE_BUILDLINK3 so that -Wl,-R/usr/X11R6/lib gets stripped/translated
properly on various OSes
Diffstat (limited to 'graphics/pgraf')
-rw-r--r-- | graphics/pgraf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/pgraf/Makefile b/graphics/pgraf/Makefile index d11102b412c..cf3451525b3 100644 --- a/graphics/pgraf/Makefile +++ b/graphics/pgraf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:42:09 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/05/23 20:58:42 danw Exp $ DISTNAME= pgraf-20010131 CATEGORIES= graphics @@ -9,6 +9,7 @@ COMMENT= Portable graphics system NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL USE_X11= YES +USE_BUILDLINK3= YES CONFLICTS= pgp5-[0-9]* # Both have a `pgps' executable |