diff options
author | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-02 12:52:51 +0800 |
---|---|---|
committer | bland <bland@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-02 12:52:51 +0800 |
commit | c0f2d39d1609eee4c5179012c66f2204c13840fb (patch) | |
tree | 5fd93bdcb700417e9d90ed756bbe446e1638689d /deskutils | |
parent | f240c52224de5d178c01720f2ca407e11ff6abcd (diff) | |
download | marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.gz marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.bz2 marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.lz marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.xz marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.tar.zst marcuscom-ports-c0f2d39d1609eee4c5179012c66f2204c13840fb.zip |
Remove obsolete popt dependency.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7471 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/gucharmap/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/gucharmap/Makefile b/deskutils/gucharmap/Makefile index 855f02812..0c76f48ed 100644 --- a/deskutils/gucharmap/Makefile +++ b/deskutils/gucharmap/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/deskutils/gucharmap/Makefile,v 1.28 2006/09/05 06:15:10 marcus Exp $ +# $MCom: ports/deskutils/gucharmap/Makefile,v 1.29 2006/09/10 00:51:07 mezz Exp $ # PORTNAME= gucharmap @@ -17,7 +17,6 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= A Unicode/ISO10646 character map and font viewer BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper USE_BZIP2= yes |