diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-14 21:58:03 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-01-14 21:58:03 +0000 |
commit | dfc758a4975abae9c901c8b1d9c6289b2f5f3576 (patch) | |
tree | 73ded357e669c31973a345102afe1307fdee7dd0 /security/libgnomesu | |
parent | 850b4060ac83e1b342ebbb9fcd1204e568494885 (diff) | |
download | ports-dfc758a4975abae9c901c8b1d9c6289b2f5f3576.tar.gz ports-dfc758a4975abae9c901c8b1d9c6289b2f5f3576.zip |
Notes
Diffstat (limited to 'security/libgnomesu')
-rw-r--r-- | security/libgnomesu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libgnomesu/Makefile b/security/libgnomesu/Makefile index a943c1ec01ac..a3b56f365c4a 100644 --- a/security/libgnomesu/Makefile +++ b/security/libgnomesu/Makefile @@ -22,7 +22,7 @@ USE_GNOME= gnomehack gnomeprefix libgnomeui CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" -CONFLICTS= gnomesu-* +CONFLICTS= gnomesu-[0-9]* post-install: ${MKDIR} ${EXAMPLESDIR} |