summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-30 11:31:00 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-30 11:31:00 +0800
commit45513b11e001967ab0c001592539dcba66fd4aee (patch)
tree0b188475f859e66ad4cd354f2326a444c6cb538e
parentfb1471cbe23088a77d7729c3ab78a64b59908359 (diff)
downloadmarcuscom-ports-45513b11e001967ab0c001592539dcba66fd4aee.tar
marcuscom-ports-45513b11e001967ab0c001592539dcba66fd4aee.tar.gz
marcuscom-ports-45513b11e001967ab0c001592539dcba66fd4aee.tar.bz2
marcuscom-ports-45513b11e001967ab0c001592539dcba66fd4aee.tar.lz
marcuscom-ports-45513b11e001967ab0c001592539dcba66fd4aee.tar.xz
marcuscom-ports-45513b11e001967ab0c001592539dcba66fd4aee.tar.zst
marcuscom-ports-45513b11e001967ab0c001592539dcba66fd4aee.zip
Remove the comment of question for should we change .so.4 -> .so.1. After
searched in google and nope. It seems that the ABI has been changed. In the Linux world has it too. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15933 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--devel/libnotify/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/libnotify/Makefile b/devel/libnotify/Makefile
index a8e104ad7..2539bee34 100644
--- a/devel/libnotify/Makefile
+++ b/devel/libnotify/Makefile
@@ -3,7 +3,7 @@
# Whom: Andreas Kohn <andreas@syndrom23.de>
#
# $FreeBSD$
-# $MCom: ports/devel/libnotify/Makefile,v 1.16 2011/03/06 07:47:39 kwm Exp $
+# $MCom: ports/devel/libnotify/Makefile,v 1.17 2011/03/22 09:37:24 kwm Exp $
#
PORTNAME= libnotify
@@ -27,7 +27,4 @@ USE_AUTOTOOLS= libtool
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
-# Installs libnotify.so.4 by default, hack it to become so.1.
-# Should we leave it like this?
-
.include <bsd.port.mk>